Skip to content

Commit

Permalink
Add missing Arelion entry to SUPPORTED_PROVIDERS (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmatthews authored Dec 11, 2023
1 parent 8576943 commit c663a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circuit_maintenance_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from .provider import (
GenericProvider,
AquaComms,
Arelion,
AWS,
BSO,
Cogent,
Expand All @@ -32,6 +33,7 @@
SUPPORTED_PROVIDERS = (
GenericProvider,
AquaComms,
Arelion,
AWS,
BSO,
Cogent,
Expand Down

0 comments on commit c663a9b

Please sign in to comment.