-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Black 24 as source code formatter
Switch to Black 24 and apply new source code style.
- Loading branch information
1 parent
ba6af9a
commit 86d2c90
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
astroid==3.0.2 | ||
attrs==23.2.0 | ||
black==23.12.1 | ||
black==24.2.0 | ||
click==8.1.7 | ||
dill==0.3.8 | ||
exceptiongroup==1.2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
|
||
|
||
class PostgreSQLLockHelper: | ||
|
||
""" | ||
# Defines taken from: src/include/storage/lockdefs.h | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""Resolve PostgreSQL OIDs to names and cache the result""" | ||
|
||
import sys | ||
|
||
from urllib.parse import urlparse | ||
|