mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-27 07:39:55 +02:00
refactor: remove unnecessary assignment
This commit is contained in:
@@ -34,7 +34,7 @@ class MigrationError(Exception):
|
||||
|
||||
|
||||
class DBMigration:
|
||||
version: int = None # pyright: ignore[reportAssignmentType]
|
||||
version: int
|
||||
initial_version: int | None = None
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user