Skip to content

Commit

Permalink
Use implicit namespace
Browse files Browse the repository at this point in the history
- In order to not face collisions with other remotivelabs packages when
  installing them locally in different paths
- Adapt CI: mypy
  • Loading branch information
JohanKarlbergg committed Jan 29, 2024
1 parent 7691131 commit 0b0f371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-docs-mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
pip install python/remotivelabs-broker[default]
- name: Run mypy
run: |
mypy .
mypy python/remotivelabs-broker/remotivelabs/
mypy . --exlude python/remotivelabs-broker/remotivelabs/
3 changes: 0 additions & 3 deletions python/remotivelabs-broker/remotivelabs/__init__.py

This file was deleted.

0 comments on commit 0b0f371

Please sign in to comment.