Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Sep 16, 2024
1 parent c05b5f1 commit efa5204
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/scanspec/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
from collections.abc import Callable, Iterable, Iterator, Sequence
from functools import lru_cache
from inspect import isclass
from typing import Any, Generic, Literal, TypeVar
from typing import (
Any,
Generic,
Literal,
TypeVar,
)

import numpy as np
import numpy.typing as npt
Expand Down

0 comments on commit efa5204

Please sign in to comment.