standardbots 2.0.0.dev1750459189__tar.gz → 2.0.0.dev1750873225__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of standardbots might be problematic. Click here for more details.
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/PKG-INFO +1 -1
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/setup.py +1 -1
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/standardbots/auto_generated/models.py +1 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/standardbots.egg-info/PKG-INFO +1 -1
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/README.md +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/setup.cfg +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/standardbots/__init__.py +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/standardbots/auto_generated/__init__.py +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/standardbots/auto_generated/apis.py +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/standardbots.egg-info/SOURCES.txt +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/standardbots.egg-info/dependency_links.txt +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/standardbots.egg-info/requires.txt +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/standardbots.egg-info/top_level.txt +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/tests/fixtures/__init__.py +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/tests/fixtures/client_fixt.py +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/tests/fixtures/robot_fixt.py +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/tests/fixtures/routines_fixt.py +0 -0
- {standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/tests/test_apis.py +0 -0
|
@@ -1191,6 +1191,7 @@ class EquipmentKeyAssignments:
|
|
|
1191
1191
|
|
|
1192
1192
|
def __post_init__(self):
|
|
1193
1193
|
# Type check incoming model - raise error if invalid (required or wrong type)
|
|
1194
|
+
pass
|
|
1194
1195
|
|
|
1195
1196
|
def parse_equipment_key_assignments(data: object):
|
|
1196
1197
|
return EquipmentKeyAssignments(
|
|
File without changes
|
|
File without changes
|
{standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/standardbots/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/tests/fixtures/__init__.py
RENAMED
|
File without changes
|
{standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/tests/fixtures/client_fixt.py
RENAMED
|
File without changes
|
{standardbots-2.0.0.dev1750459189 → standardbots-2.0.0.dev1750873225}/tests/fixtures/robot_fixt.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|