Lint: E305 expected 2 blank lines after class or function definition, found X
This commit is contained in:
@ -81,6 +81,7 @@ def run_migrations_online():
|
||||
finally:
|
||||
connection.close()
|
||||
|
||||
|
||||
if context.is_offline_mode():
|
||||
run_migrations_offline()
|
||||
else:
|
||||
|
Reference in New Issue
Block a user