Skip to content

Commit 4ce1235

Browse files
committed
ruff
1 parent 5f8eb0c commit 4ce1235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/genie_python/genie_simulate_impl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
import inspect
44
import os
5+
import socket
56
import xml.etree.ElementTree as ET
67
from builtins import object, str
78
from collections import OrderedDict
89
from typing import TYPE_CHECKING, Callable
9-
import socket
1010

1111
import numpy as np
1212
import numpy.typing as npt
@@ -1264,6 +1264,6 @@ def get_alarm_from_block(self, block: str) -> str:
12641264

12651265
def get_block_units(self, block: str) -> str:
12661266
return "mm"
1267-
1267+
12681268
def get_instrument_full_name(self) -> str:
12691269
return socket.gethostname()

0 commit comments

Comments
 (0)