Skip to content

Commit

Permalink
Merge pull request #536 from nautics889/master
Browse files Browse the repository at this point in the history
Fix unused `PowerPorts` model (#535)
  • Loading branch information
abhi1693 authored Aug 25, 2023
2 parents 53eaca6 + 82e34a5 commit f0866a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynetbox/models/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dcim.poweroutlet": PowerOutlets,
"dcim.poweroutlettemplate": None,
"dcim.powerpanel": None,
"dcim.powerport": ConsolePorts,
"dcim.powerport": PowerPorts,
"dcim.powerporttemplate": None,
"dcim.rack": Racks,
"dcim.rackreservation": RackReservations,
Expand Down

0 comments on commit f0866a6

Please sign in to comment.