Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
rchalamala committed Jun 6, 2024
1 parent ed947cb commit 612cb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
from setuptools import setup, find_packages

from setuptools import find_packages, setup

with open("requirements.txt") as f:
requirements = f.read().splitlines()
Expand All @@ -25,5 +25,5 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires='>=3.9',
python_requires=">=3.9",
)

0 comments on commit 612cb06

Please sign in to comment.