You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This check is currently turned off in our `basic` `typeCheckingMode`
profile, but is enabled in the `standard` profile.
Things done here:
- removed the invalid cross inheritance, as the bases conflict on
`extract` method
Extractor -> Command
^ |
x |
v v
DirectoryExtractor -> MultiFileCommand
Error:
unblob/extractors/command.py
unblob/extractors/command.py:106:9 - error: Method "extract" overrides class "Command" in an incompatible manner
Parameter 2 name mismatch: base parameter is named "inpath", override parameter is named "paths" (reportIncompatibleMethodOverride)
0 commit comments