Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 24, 2023
1 parent 6573aa4 commit 0ab7c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def parse_requirements(fname='requirements.txt', versions=False):
python -c "import setup; print(setup.parse_requirements())"
"""
import sys
from os.path import exists, dirname, join
from os.path import dirname, exists, join
require_fpath = fname

def parse_line(line, dpath=''):
Expand Down

0 comments on commit 0ab7c8a

Please sign in to comment.