Skip to content

Commit 046e6e2

Browse files
committed
FIX: removing unused type, that 'Literal' import was added when i was resolving the conflict.
1 parent e2c8ab5 commit 046e6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botcity/core/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import subprocess
77
import time
88
import webbrowser
9-
from typing import Union, Tuple, Optional, List, Dict, Generator, Any, Literal
9+
from typing import Union, Tuple, Optional, List, Dict, Generator, Any
1010

1111
from numpy import ndarray
1212

0 commit comments

Comments
 (0)