1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Update black

This commit is contained in:
thatmattlove
2021-12-06 17:12:30 -07:00
parent ec28ccafbc
commit c049569cab
27 changed files with 236 additions and 158 deletions

View File

@@ -19,7 +19,9 @@ if TYPE_CHECKING:
class ScrapeError(
PublicHyperglassError, template=MESSAGES.connection_error, level="danger",
PublicHyperglassError,
template=MESSAGES.connection_error,
level="danger",
):
"""Raised when an SSH driver error occurs."""