Skip to content

Commit 00b6a29

Browse files
committed
Resolve syntax error
1 parent 99dd5e4 commit 00b6a29

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
@@ -363,7 +363,7 @@ def netloc(self) -> typing.Optional[str]:
363363
@property
364364
def database(self) -> str:
365365
path = self.components.path
366-
if path.startswith("/")
366+
if path.startswith("/"):
367367
path = path[1:]
368368
return path
369369

0 commit comments

Comments
 (0)