Skip to content

Commit

Permalink
make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 7, 2021
1 parent b4f6f8f commit 367b87e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion beaker/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from requests.exceptions import HTTPError # re-imported here for convenience
from requests.exceptions import ( # noqa: F401, re-imported here for convenience
HTTPError,
)


class BeakerError(Exception):
Expand Down

0 comments on commit 367b87e

Please sign in to comment.