Skip to content

Commit 53a9580

Browse files
committed
fix: typo
1 parent 5f8829b commit 53a9580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/link/test_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
@skipIf(sys.version_info < (3, 10), "Python 3.10 or higher required")
8-
gitclass LinkMigrationTestCase(TestCase):
8+
class LinkMigrationTestCase(TestCase):
99
def setUp(self):
1010
import importlib
1111

0 commit comments

Comments
 (0)