Attention is currently required from: fixeria, osmith, pespin.
osmith uploaded patch set #3 to this change.
The following approvals got outdated and were removed: Code-Review+1 by pespin, Code-Review+2 by fixeria, Verified+1 by Jenkins Builder
Fix lint errors: don't use star imports
tests/test_tlv.py:21:1: F403 `from osmocom.tlv import *` used; unable to detect undefined names
|
19 | import unittest
20 | from construct import Int8ub, GreedyBytes
21 | from osmocom.tlv import *
| ^^^^^^^^^^^^^^^^^^^^^^^^^ F403
22 | from osmocom.utils import h2b
Change-Id: I0ca76a40d47f72635682de9303ff73e9b2197266
---
M src/osmocom/gsmtap.py
M tests/test_construct.py
M tests/test_gsup.py
M tests/test_tlv.py
M tests/test_utils.py
5 files changed, 9 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/python/pyosmocom refs/changes/84/41384/3
To view, visit change 41384. To unsubscribe, or for help writing mail filters, visit settings.