Skip to content

Commit c663a9b

Browse files
Add missing Arelion entry to SUPPORTED_PROVIDERS (#251)
1 parent 8576943 commit c663a9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circuit_maintenance_parser/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from .provider import (
88
GenericProvider,
99
AquaComms,
10+
Arelion,
1011
AWS,
1112
BSO,
1213
Cogent,
@@ -32,6 +33,7 @@
3233
SUPPORTED_PROVIDERS = (
3334
GenericProvider,
3435
AquaComms,
36+
Arelion,
3537
AWS,
3638
BSO,
3739
Cogent,

0 commit comments

Comments
 (0)