Skip to content

Commit

Permalink
Merge branch 'master' into 471-fix-import-error-for-more-recent-json-…
Browse files Browse the repository at this point in the history
…schemas
  • Loading branch information
OrangeTux authored Sep 26, 2023
2 parents f536408 + 060fe91 commit a57e415
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-python-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ runs:
shell: bash
run: |
pip install --upgrade pip
pip install --user "poetry==1.1.11"
pip install --user "poetry==1.5.1"
4 changes: 2 additions & 2 deletions examples/v201/charge_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
sys.exit(1)


from ocpp.v20 import ChargePoint as cp
from ocpp.v20 import call
from ocpp.v201 import ChargePoint as cp
from ocpp.v201 import call

logging.basicConfig(level=logging.INFO)

Expand Down
Loading

0 comments on commit a57e415

Please sign in to comment.