mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-12 11:34:09 +02:00
Upgrade syntax with pyupgrade --py39-plus
This commit is contained in:
parent
35a726e3c4
commit
15f15933b1
22 changed files with 255 additions and 259 deletions
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ VERSION = "3.38"
|
|||
|
||||
|
||||
def get_long_description():
|
||||
with io.open(
|
||||
with open(
|
||||
os.path.join(os.path.dirname(os.path.abspath(__file__)), "README.md"),
|
||||
encoding="utf8",
|
||||
) as fp:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue