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