Skip to content

Commit 4261053

Browse files
committed
fix space
1 parent a65c218 commit 4261053

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
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
with open("./README.md") as f:
4-
long_description= f.read()
4+
long_description = f.read()
55

66
setup(
77
name="pytest-github-actions-annotate-failures",

0 commit comments

Comments
 (0)