Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wd0517 committed Oct 22, 2023
1 parent 4ef8c0a commit 25fcc85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_tidb_auto_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ def test_rel_db_type(self):
)
else:
self.assertEqual(
self.rel_db_type_class().db_type(connection), "bigint AUTO_RANDOM(5, 64)"
self.rel_db_type_class().db_type(connection),
"bigint AUTO_RANDOM(5, 64)",
)


Expand Down

0 comments on commit 25fcc85

Please sign in to comment.