Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit d3de630

Browse files
Add type annotation
1 parent c6f8253 commit d3de630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databases/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ async def rollback(self) -> None:
247247

248248

249249
class _EmptyNetloc(str):
250-
def __bool__(self):
250+
def __bool__(self) -> bool:
251251
return True
252252

253253

0 commit comments

Comments
 (0)