Skip to content

Commit

Permalink
s12 sample correction
Browse files Browse the repository at this point in the history
  • Loading branch information
nutu committed Nov 15, 2024
1 parent 02474d7 commit 8316076
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
# Add bps_restpy libpath *required if the library is not installed
libpath = os.path.abspath(__file__+"/../../..")
sys.path.insert(0, libpath)
# pylint: disable=wrong-import-position
# pylint: disable=import-error
from bps_restpy.bps import BPS, pp # noqa: E402

from bps_restpy.bps import BPS, pp

########################################

Expand Down

0 comments on commit 8316076

Please sign in to comment.