Skip to content

Commit

Permalink
fix(importers): rename entity-specific importer class
Browse files Browse the repository at this point in the history
Rename importer for "Institutions" to `GroupImporter`
to match the actual model name.
  • Loading branch information
koeaw committed Jan 30, 2025
1 parent 36bf9d3 commit 64dcbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis_ontology/importers.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def mangle_data(self, data):
return data


class InstitutionImporter(BaseEntityImporter):
class GroupImporter(BaseEntityImporter):
pass

0 comments on commit 64dcbd7

Please sign in to comment.