Skip to content

Commit

Permalink
Flake 8...
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Feb 19, 2024
1 parent e1531ca commit 4550c86
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 @@ -75,7 +75,7 @@ def get_package_version():
os.unlink('MANIFEST')

# Install dependencies not on PyPI
subprocess.check_call("pip install 'csv2bufr @ git+https://github.com/wmo-im/csv2bufr.git@v0.8.1'", shell=True)
subprocess.check_call("pip install 'csv2bufr @ git+https://github.com/wmo-im/csv2bufr.git@v0.8.1'", shell=True) # noqa

setup(
name='synop2bufr',
Expand Down

0 comments on commit 4550c86

Please sign in to comment.