diff --git a/validator/modules/globals.py b/validator/modules/globals.py index f665bf7..7830519 100644 --- a/validator/modules/globals.py +++ b/validator/modules/globals.py @@ -21,8 +21,3 @@ report_error_io_read(metadata_file, file_description, error) METADATA = metadata_dictionary["tool"]["poetry"] - -# GROUPS OF CONCEPTS - -ELEMENT_VIEW_TYPES = ["ClassView", "PackageView", "GeneralizationSetView", "RelationView", "GeneralizationView", - "NoteView"]