Skip to content

Commit 4737220

Browse files
committed
fix: stylefixes
1 parent 6b6cb9e commit 4737220

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
@@ -7,7 +7,7 @@
77

88
this_directory = path.abspath(path.dirname(__file__))
99
with open(path.join(this_directory, "README.md")) as f:
10-
long_description = ''.join(f.read().splitlines()[6:])
10+
long_description = "".join(f.read().splitlines()[6:])
1111

1212
setup(
1313
name="sentry-sdk",

0 commit comments

Comments
 (0)