Cosmetic rename instance of config/validator class

This commit is contained in:
Pim van Pelt
2022-03-24 14:00:05 +00:00
parent 672dd65f11
commit cfcbec239c
2 changed files with 4 additions and 8 deletions

View File

@ -142,7 +142,3 @@ class Validator(object):
self.logger.info("Configuration validated successfully")
return True
def get_phys(self, yaml):
""" Return all PHYs in the config """
return interface.get_phys(yaml)