Skip to content

Commit

Permalink
mpm: mg: Remove superfluous import
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr0wn committed Jan 23, 2018
1 parent d47a0f6 commit 37d4eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpm/python/usrp_mpm/dboard_manager/magnesium.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from usrp_mpm.dboard_manager.lmk_mg import LMK04828Mg
from usrp_mpm.cores import nijesdcore
from usrp_mpm.mpmlog import get_logger
from usrp_mpm.sys_utils.uio import UIO, open_uio
from usrp_mpm.sys_utils.uio import open_uio
from usrp_mpm.sys_utils.udev import get_eeprom_paths
from usrp_mpm.sys_utils.sysfs_gpio import SysFSGPIO
from usrp_mpm.cores import ClockSynchronizer
Expand Down

0 comments on commit 37d4eab

Please sign in to comment.