mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
ruff rules UP008 and UP009
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
# -*- coding:utf-8 -*
|
||||
#
|
||||
# Copyright 2016,2017
|
||||
# - Sli <antoine@bartuccio.fr>
|
||||
@ -47,4 +46,4 @@ class PsqlRunOnly(migrations.RunSQL):
|
||||
|
||||
def _run_sql(self, schema_editor, sqls):
|
||||
if connection.vendor == "postgresql":
|
||||
super(PsqlRunOnly, self)._run_sql(schema_editor, sqls)
|
||||
super()._run_sql(schema_editor, sqls)
|
||||
|
Reference in New Issue
Block a user