Skip to content

Commit

Permalink
[skip ci]: black/isort
Browse files Browse the repository at this point in the history
  • Loading branch information
black-isort-bot committed Jan 20, 2024
1 parent 9626917 commit 66461d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
long_description = fh.read()

with open("prod_requirements.txt", mode="r", encoding="utf-8") as requirements:
dependencies = [
each.replace("\n", "")
for each in requirements.readlines()
]
dependencies = [each.replace("\n", "") for each in requirements.readlines()]

setuptools.setup(
name="PyPDFForm",
Expand Down

0 comments on commit 66461d7

Please sign in to comment.