Skip to content

Commit df25516

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e577526 commit df25516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_linear_migrations/management/commands/rebase_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def rebase_migration(
203203

204204
def find_migration_names(
205205
current_version_migrations: str,
206-
) -> Tuple[List[str], List[str]] | None:
206+
) -> tuple[list[str], list[str]] | None:
207207
migrations_lines = current_version_migrations.strip().splitlines()
208208

209209
if len(migrations_lines) <= 1:

0 commit comments

Comments
 (0)