Skip to content

Commit 249d843

Browse files
committed
TST: Fixing PEP8 error (pandas-dev#21295)
1 parent 4808f52 commit 249d843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_common.py

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def test_compression_warning(compression_only):
265265
with f:
266266
df.to_csv(f, compression=compression_only)
267267

268+
268269
# GH 21295
269270
def test_git_version():
270271
git_version = pd.__git_version__

0 commit comments

Comments
 (0)