mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
import future annotations to make mypy work on py38
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# remove when we don't support py38 anymore
|
||||
from __future__ import annotations
|
||||
import time
|
||||
import threading
|
||||
from argparse import Namespace
|
||||
|
||||
Reference in New Issue
Block a user