Minor linting improvements
I have now disabled W1203 globally, see comment in pyproject.toml
This commit is contained in:
parent
90f5a755b1
commit
a2ba95c1d3
4 changed files with 11 additions and 7 deletions
|
|
@ -1,11 +1,8 @@
|
|||
import logging
|
||||
from typing import List, Tuple
|
||||
|
||||
from labthings import fields, find_component
|
||||
from labthings.views import ActionView
|
||||
|
||||
from openflexure_microscope.utilities import axes_to_array
|
||||
|
||||
|
||||
class MoveStageAPI(ActionView):
|
||||
args = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue