Skip to content

Commit ded2378

Browse files
committed
lint対応
1 parent e8300df commit ded2378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/hato.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
import requests
1414
from git import Repo
1515
from git.exc import InvalidGitRepositoryError, GitCommandNotFound
16+
from mypy_extensions import VarArg
1617
import pandas as pd
1718
import matplotlib.pyplot as plt
18-
1919
import slackbot_settings as conf
20+
2021
from library.vocabularydb \
2122
import get_vocabularys, add_vocabulary, show_vocabulary, \
2223
delete_vocabulary, show_random_vocabulary
@@ -28,7 +29,6 @@
2829
from library.jma_amesh import jma_amesh
2930
from library.omikuji import OmikujiResult, OmikujiResults, draw as omikuji_draw
3031

31-
from mypy_extensions import VarArg
3232

3333
logger = getLogger(__name__)
3434

0 commit comments

Comments
 (0)