Skip to content
Open
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: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

import sys
import os
import shlex

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down
3 changes: 1 addition & 2 deletions tests/system/responses/test_exception_rtu_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
import struct
from functools import partial

from ..validators import validate_response_mbap

from umodbus.client.serial import rtu
from umodbus.client.serial.redundancy_check import (get_crc, validate_crc,
from umodbus.client.serial.redundancy_check import (validate_crc,
add_crc, CRCError)


Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_route.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pytest

from umodbus.route import DataRule

Expand Down