Skip to content

Commit 802fb5a

Browse files
test precommit hook?
1 parent 6d5e9c5 commit 802fb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyaml/bpm/bpm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ConfigModel(ElementConfigModel):
1414
model: BPMModel | None = None
1515
"""Object in charge of BPM modeling"""
1616

17-
17+
1818

1919
class BPM(Element):
2020
"""
@@ -76,4 +76,4 @@ def attach(self, peer, positions: RBpmArray , offset: RWBpmOffsetArray,
7676
obj.__tilt = tilt
7777
obj._peer = peer
7878
return obj
79-
79+

0 commit comments

Comments
 (0)