Skip to content

Commit

Permalink
fixed relative import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmcaleer committed May 24, 2020
1 parent cbf7f4e commit 64da633
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
.idea
__pycache__
venv
.DS_*
.DS_*
dist
smars.egg-info
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Adafruit-GPIO==1.0.3
Adafruit-PCA9685==1.0.1
Adafruit-PureIO==0.2.3
pathlib==1.0.1
smars-library==0.1.13
smars-library==0.1.18
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from smars_library.smars_library import Leg

import smars_library.smars_library as sl
from smars_library.constants import Channel as ch
from smars_library.smars_library import Channel as ch

import time

Expand Down

0 comments on commit 64da633

Please sign in to comment.