We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b740d5f + e21b34f commit e2c8ab5Copy full SHA for e2c8ab5
botcity/core/bot.py
@@ -6,7 +6,7 @@
6
import subprocess
7
import time
8
import webbrowser
9
-from typing import Union, Tuple, Optional, List, Dict, Generator, Any
+from typing import Union, Tuple, Optional, List, Dict, Generator, Any, Literal
10
11
from numpy import ndarray
12
0 commit comments