mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-11 18:32:29 +08:00
Remove Python 3.8 exclusive branches (#13772)
This commit is contained in:
@@ -1,6 +1 @@
|
||||
import sys
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
from _thread import *
|
||||
else:
|
||||
from _dummy_thread import *
|
||||
from _thread import *
|
||||
|
||||
Reference in New Issue
Block a user