Skip to content

Commit 9946e8d

Browse files
authored
Fix minor typing issue (#48)
1 parent c24fb6e commit 9946e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pgbulk/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def _get_field_db_val(
254254
connection: "DefaultConnectionProxy",
255255
*,
256256
copying: bool = False,
257-
) -> "Any | _DB_DEFAULT":
257+
) -> "Any | type[_DB_DEFAULT]":
258258
if _value_is_db_default(value):
259259
if not copying:
260260
return _DB_DEFAULT

0 commit comments

Comments
 (0)