Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Apr 9, 2023
1 parent a5f2ced commit 9be0c3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flit_core/flit_core/common.py
Expand Up @@ -73,10 +73,10 @@ def file(self):

@property
def version_files(self):
"""Files which will be parsed to find a version number
Files later in this list take precedence over earlier ones.
"""
"""Files which will be parsed to find a version number
Files later in this list take precedence over earlier ones.
"""
if self.is_package:
paths = [self.path / '__init__.py']
for filename in ('version.py', '_version.py', '__version__.py'):
Expand Down

0 comments on commit 9be0c3e

Please sign in to comment.