Skip to content

Commit

Permalink
remove old code from proxbox_api
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Apr 23, 2021
1 parent c1c82b3 commit baa113f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions netbox_proxbox/proxbox_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import os
from os.path import join, dirname
from dotenv import load_dotenv, find_dotenv

# take enviroment variables from .env
load_dotenv(find_dotenv())

from proxmoxer import ProxmoxAPI
import paramiko
import pynetbox
Expand Down

0 comments on commit baa113f

Please sign in to comment.