We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8300df commit ded2378Copy full SHA for ded2378
1 file changed
plugins/hato.py
@@ -13,10 +13,11 @@
13
import requests
14
from git import Repo
15
from git.exc import InvalidGitRepositoryError, GitCommandNotFound
16
+from mypy_extensions import VarArg
17
import pandas as pd
18
import matplotlib.pyplot as plt
-
19
import slackbot_settings as conf
20
+
21
from library.vocabularydb \
22
import get_vocabularys, add_vocabulary, show_vocabulary, \
23
delete_vocabulary, show_random_vocabulary
@@ -28,7 +29,6 @@
28
29
from library.jma_amesh import jma_amesh
30
from library.omikuji import OmikujiResult, OmikujiResults, draw as omikuji_draw
31
-from mypy_extensions import VarArg
32
33
logger = getLogger(__name__)
34
0 commit comments