Skip to content

Commit cc6f50c

Browse files
author
Eve Le Cellier
committed
Fix lint
1 parent 30edccb commit cc6f50c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_readonly_field/apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def ready(self):
1717
connections[c].ops.compiler_module = readonly_compiler_module
1818

1919
original_load_backend = utils.load_backend
20+
2021
def custom_load_backend(*args, **kwargs):
2122
backend = original_load_backend(*args, **kwargs)
2223

0 commit comments

Comments
 (0)