Skip to content

Commit c0e9531

Browse files
authored
Merge pull request #2 from home-assistant-ecosystem/format
Fix formatting
2 parents 4ec76a8 + 6ed4b8b commit c0e9531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"async_timeout",
2525
],
2626
packages=["webthing_ws"],
27-
python_requires='>=3.9',
27+
python_requires=">=3.9",
2828
zip_safe=True,
2929
classifiers=[
3030
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)