Revert "PR CI Testing (#1472)" (#1474)

This reverts commit 3d0803957d.
This commit is contained in:
Daniel W. Anner
2023-07-19 10:32:03 -04:00
committed by GitHub
parent 3d0803957d
commit e42a14b180
8 changed files with 9 additions and 198 deletions

View File

@ -1,5 +1,3 @@
import os
SCHEMAS = (
('device-types', 'devicetype.json'),
('module-types', 'moduletype.json'),
@ -21,10 +19,4 @@ COMPONENT_TYPES = (
'module-bays',
)
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname( __file__ ), '..'))
KNOWN_SLUGS = set()
USE_LOCAL_KNOWN_SLUGS = False
NETBOX_DT_LIBRARY_URL = "https://github.com/netbox-community/devicetype-library.git"
KNOWN_SLUGS = set()