Skip to content

Commit

Permalink
Add netio to VALID_NPS_TYPES
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 24, 2023
1 parent 3884512 commit 8ea3ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lvmnps/nps/implementations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]


VALID_NPS_TYPES: list[str] = ["dli"]
VALID_NPS_TYPES: list[str] = ["dli", "netio"]


from .dli import DLIClient, DLIOutletModel
Expand Down

0 comments on commit 8ea3ee9

Please sign in to comment.