Skip to content

Commit 18b3ab5

Browse files
committed
Fix formatting in tests/fake_model.py
1 parent 8e99922 commit 18b3ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fake_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def get_fake_model(fields=None, model_base=PostgresModel, meta_options={}):
119119
def define_fake_app():
120120
"""Creates and registers a fake Django app."""
121121

122-
name = 'app_' + str(uuid.uuid4()).replace("-", "")[:8]
122+
name = "app_" + str(uuid.uuid4()).replace("-", "")[:8]
123123

124124
app_config_cls = type(
125125
name + "Config",

0 commit comments

Comments
 (0)