Datatamer / tamr-client

Programmatically interact with Tamr
https://tamr-client.readthedocs.io
Apache License 2.0
11 stars 25 forks source link

Ignore F401 flake8 error explicitly #405

Closed pcattori closed 4 years ago

pcattori commented 4 years ago

↪️ Pull Request

Resolves #402

init.py files are used to control the interface exposed to the user and do not contain any logic.

For now tamr_client/init.py also ignores other errors, but in the future this file should also only ignore F401 errors.

✔️ PR Todo