Skip to content

Commit

Permalink
Satisfy linters
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Dec 6, 2024
1 parent 24e4b1b commit ff771fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test_app/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os
import random
import re
from collections import defaultdict
from datetime import datetime, timedelta
from unittest import mock
Expand Down Expand Up @@ -74,7 +72,6 @@ def test_migrations_okay(*args, **kwargs):
app_name = app_exceptions.get(record.app, record.app)
db_steps[app_name].add(record.name)


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

Expand Down

0 comments on commit ff771fc

Please sign in to comment.