Skip to content

Commit

Permalink
Fix ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaelman committed Oct 7, 2024
1 parent 63f6bf5 commit 93ca194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_simulations/schema_packages/model_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

if TYPE_CHECKING:
from collections.abc import Generator
from typing import Callable, Optional, Any
from typing import Any, Callable, Optional

import pint
from nomad.datamodel.datamodel import EntryArchive
Expand Down

0 comments on commit 93ca194

Please sign in to comment.