Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit cc74ae8

Browse files
teraampgithub-actions[bot]
authored andcommitted
style fixes by ruff
1 parent dd19355 commit cc74ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/databases/postgresql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
FractionalType,
1818
Boolean,
1919
Date,
20-
Time
20+
Time,
2121
)
2222
from data_diff.databases.base import BaseDialect, ThreadedDatabase, import_helper, ConnectError
2323
from data_diff.databases.base import (

0 commit comments

Comments
 (0)