Skip to content

Commit

Permalink
Ran isort
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Oct 16, 2023
1 parent 22df0d6 commit 894864e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import numpy.testing
import pytest
from aioca import caget, camonitor, caput
from fixtures.mocked_panda import TIMEOUT, command_to_key
from fixtures.mocked_panda import TIMEOUT, command_to_key, multiprocessing_queue_to_list
from mock import AsyncMock, patch
from mock.mock import MagicMock, PropertyMock, call
from numpy import ndarray
Expand All @@ -15,8 +15,6 @@
from pandablocks.responses import TableFieldDetails, TableFieldInfo
from softioc import alarm, fields

from fixtures.mocked_panda import multiprocessing_queue_to_list

from pandablocks_ioc._tables import (
TableFieldRecordContainer,
TableModeEnum,
Expand Down

0 comments on commit 894864e

Please sign in to comment.