Skip to content

Commit

Permalink
ruff change import Awaitable from collections.abc
Browse files Browse the repository at this point in the history
  • Loading branch information
esmith1729 committed Dec 13, 2024
1 parent 9294e97 commit 1534799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ibex_bluesky_core/devices/simpledae/reducers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import logging
import math
from abc import ABC, abstractmethod
from collections.abc import Collection, Sequence
from typing import TYPE_CHECKING, Awaitable, Callable
from collections.abc import Awaitable, Collection, Sequence
from typing import TYPE_CHECKING, Callable

import scipp as sc
from ophyd_async.core import (
Expand Down

0 comments on commit 1534799

Please sign in to comment.