Fix typo in __init__.py

This commit is contained in:
Davide Depau 2018-03-04 19:41:07 +01:00
parent b88af98e43
commit 2dfeb1f868
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import sys, random
import traceback
from datetime import time
import time
from typing import Sequence, AnyStr
from depytg import types, methods, errors