Skip to content

Commit

Permalink
Disable duplicate-code warning in the socketcand media driver
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Jan 12, 2024
1 parent 06f1e9f commit 50c195f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycyphal/transport/can/media/socketcand/_socketcand.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright (c) 2019 OpenCyphal
# This software is distributed under the terms of the MIT License.
# Author: Alex Kiselev <[email protected]>, Pavel Kirienko <[email protected]>
# pylint: disable=duplicate-code

from __future__ import annotations
import queue
Expand Down

0 comments on commit 50c195f

Please sign in to comment.