Skip to content

Commit 30dacba

Browse files
Revert "fix: F401 [*] imported but unused"
This reverts commit f90b7dc.
1 parent f90b7dc commit 30dacba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

now_lms/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
from collections import OrderedDict
4040
from datetime import datetime
4141
from functools import wraps
42+
from typing import Union
4243
from os import environ, cpu_count, path
4344
from platform import python_version
4445

0 commit comments

Comments
 (0)