Skip to content

Commit 6a2464a

Browse files
authored
Merge pull request #180 from spyoungtech/179-import-errors
remove unused imports in utils
2 parents e582981 + 8476f5f commit 6a2464a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ahk/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import logging
2-
import functools
3-
from asyncio import coroutine
42

53
ESCAPE_SEQUENCE_MAP = {
64
'\n': '`n',

0 commit comments

Comments
 (0)