mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 01:21:14 -06:00
Runs pyupgrade to Python 3.8+ and adds a hook for it
This commit is contained in:
@@ -17,4 +17,4 @@ class Command(LoadDataCommand):
|
||||
def find_fixtures(self, fixture_label):
|
||||
if fixture_label == "-":
|
||||
return [("-", None, "-")]
|
||||
return super(Command, self).find_fixtures(fixture_label)
|
||||
return super().find_fixtures(fixture_label)
|
||||
|
||||
Reference in New Issue
Block a user