Add hard dependency for typing
and type hints
No actual type hints have been added yet. This will give a slight chance for bot owners who currently don't have it installed to install it before we start adding type hints.
This commit is contained in:
parent
7fd6654480
commit
7cbc86cc98
@ -28,7 +28,7 @@ if sys.version_info < (3, 3):
|
||||
sys.exit(1)
|
||||
|
||||
try: # need to manually add dependencies here
|
||||
pass #import typing
|
||||
import typing
|
||||
except ImportError:
|
||||
command = "python3"
|
||||
if os.name == "nt":
|
||||
|
Loading…
Reference in New Issue
Block a user