Skip to content

Commit

Permalink
Solves linting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Costin committed Dec 5, 2024
1 parent 3bac0a3 commit 808a1a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mxcubecore/HardwareObjects/SOLEIL/PX1/PX1CatsMaint.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
import subprocess
import time
from enum import Enum

import gevent
from CatsMaint import CatsMaint

from mxcubecore import HardwareRepository as HWR
from mxcubecore.BaseHardwareObjects import HardwareObjectState

Expand Down Expand Up @@ -345,4 +347,4 @@ def is_regulation_disabled(self):
except:
pass

return False
return False
2 changes: 1 addition & 1 deletion mxcubecore/HardwareObjects/TangoMotor.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ def get_motor_mnemonic(self):
Returns motor mnemonic
:return:
"""
return "TangoMotor"
return "TangoMotor"

0 comments on commit 808a1a2

Please sign in to comment.