Fixing flake8 linting errors
- Enabling builds to fail on simple lint failures now
This commit is contained in:
@@ -116,4 +116,4 @@ def test_remove_import_hook():
|
||||
def test_bundled_import_hook():
|
||||
# stream.capnp should be bundled, or provided by the system capnproto
|
||||
capnp.add_import_hook()
|
||||
import stream_capnp
|
||||
import stream_capnp # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user