Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions TASK.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- [x] Fix flake8 errors across the codebase.
- [x] Add loopback link tests for client requests and resource transfer.
- [x] Update generator docs to use Python tooling and note post-generation tweaks.
- [x] Update codec Msgpack test to import from reticulum_openapi.

2 changes: 1 addition & 1 deletion tests/test_codec_msgpack.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import importlib
import pytest

from reticulum_openapi import codec_msgpack as codec
import reticulum_openapi.codec_msgpack as codec


def test_basic_integers():
Expand Down