Skip to content

Commit 7a799ff

Browse files
committed
CLN: Make _version.py flake8-able
1 parent 7087b64 commit 7a799ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/_version.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# This file helps to compute a version number in source trees obtained from
32
# git-archive tarball (such as those provided by githubs download-from-tag
43
# feature). Distribution tarballs (built by setup.py sdist) and build
@@ -8,8 +7,6 @@
87
# This file is released into the public domain. Generated by
98
# versioneer-0.15 (https://github.com/warner/python-versioneer)
109

11-
# flake8: noqa
12-
1310
import errno
1411
import os
1512
import re

0 commit comments

Comments
 (0)