mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-31 21:05:24 +00:00
Fix lint error
This commit is contained in:
parent
fc1af1cff3
commit
74761db7a3
2
setup.py
2
setup.py
@ -913,7 +913,7 @@ class PySpecCommand(Command):
|
||||
if not self.dry_run:
|
||||
with open(os.path.join(self.out_dir, '__init__.py'), 'w') as out:
|
||||
# `mainnet` is the default spec.
|
||||
out.write("from . import mainnet as spec\n")
|
||||
out.write("from . import mainnet as spec # noqa:F401\n")
|
||||
|
||||
|
||||
class BuildPyCommand(build_py):
|
||||
|
Loading…
x
Reference in New Issue
Block a user