1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Refactor and restructure directive model

This commit is contained in:
thatmattlove
2021-09-16 17:12:30 -07:00
parent 446534d839
commit dda73cb370
6 changed files with 12 additions and 12 deletions

View File

@ -20,8 +20,8 @@ from hyperglass.exceptions.private import ConfigError
if t.TYPE_CHECKING:
# Project
from hyperglass.models.api.query import Query
from hyperglass.models.directive import Directive
from hyperglass.models.config.devices import Device
from hyperglass.models.commands.generic import Directive
class Construct: