##// END OF EJS Templates
ignore noredef
Matthias Bussonnier -
Show More
@@ -41,7 +41,7 b' try:'
41 from pickleshare import PickleShareDB
41 from pickleshare import PickleShareDB
42 except ModuleNotFoundError:
42 except ModuleNotFoundError:
43
43
44 class PickleShareDB:
44 class PickleShareDB: # type: ignore [no-redef]
45 def __init__(self, path):
45 def __init__(self, path):
46 pass
46 pass
47
47
General Comments 0
You need to be logged in to leave comments. Login now