Skip to content

Commit 7708c07

Browse files
committed
余分な差分Revert
1 parent 34a8de2 commit 7708c07

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/hato.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
import json
77
import os
88
import re
9-
109
from enum import Enum, auto
1110
from logging import getLogger
1211
from tempfile import NamedTemporaryFile
1312
from typing import List
13+
import requests
1414
from git import Repo
1515
from git.exc import InvalidGitRepositoryError, GitCommandNotFound
1616
import pandas as pd
1717
import matplotlib.pyplot as plt
18-
import requests
1918

2019
import slackbot_settings as conf
2120
from library.vocabularydb \

0 commit comments

Comments
 (0)