Skip to content

Commit

Permalink
Merge pull request slaclab#667 from slaclab/ruck314-patch-1
Browse files Browse the repository at this point in the history
Update _Lmk04828.py
  • Loading branch information
ruck314 authored May 15, 2020
2 parents 22424ea + 77c37af commit 35ca8a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/surf/devices/ti/_Lmk04828.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#-----------------------------------------------------------------------------

import pyrogue as pr
import surf.devices.ti as ti
from surf.devices import ti

class Lmk04832(ti.Lmk048Base):
class Lmk04828(ti.Lmk048Base):
def __init__(self, **kwargs):
super().__init__(**kwargs)

Expand Down
2 changes: 1 addition & 1 deletion python/surf/devices/ti/_Lmk04832.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#-----------------------------------------------------------------------------

import pyrogue as pr
import surf.devices.ti as ti
from surf.devices import ti

class Lmk04832(ti.Lmk048Base):
def __init__(self, **kwargs):
Expand Down

0 comments on commit 35ca8a1

Please sign in to comment.