Skip to content

Commit

Permalink
Merge pull request #188 from T0biii/patch-5
Browse files Browse the repository at this point in the history
run black on netbox_vms.py
  • Loading branch information
GoliathLabs authored Feb 16, 2025
2 parents 7d5f39b + 2c4c727 commit 6d93e9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _modules/netbox_vms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/python
"""WIP module to get virtual machine data from netbox, e.g. to get all VMs with a certain tag..
"""
"""WIP module to get virtual machine data from netbox, e.g. to get all VMs with a certain tag.."""

import requests
import logging
Expand Down

0 comments on commit 6d93e9a

Please sign in to comment.