Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 18, 2021
1 parent c9c405b commit 2b73bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glotaran/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def _add_dataset_type(self):
self._add_model_item("dataset", dataset_model_type)

def as_dict(self) -> dict:
model_dict = {'default-megacomplex': self.default_megacomplex}
model_dict = {"default-megacomplex": self.default_megacomplex}
for name in self._model_items:
items = getattr(self, name)
if len(items) == 0:
Expand Down

0 comments on commit 2b73bc4

Please sign in to comment.