Skip to content

Commit

Permalink
Fix minor typing issue (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto authored Oct 13, 2024
1 parent c24fb6e commit 9946e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgbulk/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def _get_field_db_val(
connection: "DefaultConnectionProxy",
*,
copying: bool = False,
) -> "Any | _DB_DEFAULT":
) -> "Any | type[_DB_DEFAULT]":
if _value_is_db_default(value):
if not copying:
return _DB_DEFAULT
Expand Down

0 comments on commit 9946e8d

Please sign in to comment.