Skip to content

Commit

Permalink
Fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeckAOE committed Jun 30, 2024
1 parent 47cbe57 commit 951ce59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions JoyIT_hx711py/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .JoyIT_hx711py import *
2 changes: 1 addition & 1 deletion examples/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import gpiozero
import time
import sys
from hx711 import HX711
from JoyIT_hx711py import HX711

# Force Python 3 ###########################################################

Expand Down
2 changes: 1 addition & 1 deletion examples/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import gpiozero
import time
import sys
from hx711 import HX711
from JoyIT_hx711py import HX711

# Force Python 3 ###########################################################

Expand Down

0 comments on commit 951ce59

Please sign in to comment.