Skip to content

Commit 8b9bbb4

Browse files
m-aciekhugovk
andauthored
Remove unused imports
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 7bb065c commit 8b9bbb4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

generate.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
from tempfile import TemporaryDirectory
1212
from urllib.parse import urlencode
1313

14-
import humanize
15-
import requests
16-
from git import Repo, GitCommandError
17-
from potodo.potodo import scan_path
14+
from git import GitCommandError
1815
from jinja2 import Template
1916

2017
import completion

0 commit comments

Comments
 (0)