Skip to content

Commit ff771fc

Browse files
committed
Satisfy linters
1 parent 24e4b1b commit ff771fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test_app/tests/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import os
21
import random
3-
import re
42
from collections import defaultdict
53
from datetime import datetime, timedelta
64
from unittest import mock
@@ -74,7 +72,6 @@ def test_migrations_okay(*args, **kwargs):
7472
app_name = app_exceptions.get(record.app, record.app)
7573
db_steps[app_name].add(record.name)
7674

77-
7875
for app in disk_steps:
7976
assert disk_steps[app] == db_steps[app], f'Migrations not expected for app {app}, perhaps you need --create-db?'
8077

0 commit comments

Comments
 (0)