-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: Add back unused imports (#1640)
… and disable unused-import warning for `api/__init__.py`. Get us back into a state where we can safely publish a release. Note: We rely on people being able to import these. We should all unused symbols to `__all__` and remove the `noqa` comment down the line, for now this restores the kind of broken state we had before (better than completely broken where people have no nice import part for these things).
- Loading branch information
1 parent
a72ab42
commit e1196a9
Showing
1 changed file
with
52 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters