Skip to content

Commit

Permalink
Remove FERN as first-class network
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiebert committed Apr 25, 2024
1 parent b3f8197 commit d07c85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crmprtd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"dfo_ccg_lighthouse",
)

NETWORKS = SWOB_PARTNERS + ("bc_hydro", "crd", "ec", "fern", "moti", "wamr", "wmb", "_test")
NETWORKS = SWOB_PARTNERS + ("bc_hydro", "crd", "ec", "moti", "wamr", "wmb", "_test")

Row = namedtuple(
"Row",
Expand Down

0 comments on commit d07c85b

Please sign in to comment.