kirr has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/40089?usp=email )
Change subject: trx_toolkit/*.pyx: Remove unused imports ......................................................................
trx_toolkit/*.pyx: Remove unused imports
Change-Id: Id16fe7cd83699c6e51f87c65e9a1969db92d13e5 --- M src/target/trx_toolkit/burst_fwd.pyx M src/target/trx_toolkit/data_msg.pyx 2 files changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/89/40089/1
diff --git a/src/target/trx_toolkit/burst_fwd.pyx b/src/target/trx_toolkit/burst_fwd.pyx index 10b1b58..7ebfb07 100644 --- a/src/target/trx_toolkit/burst_fwd.pyx +++ b/src/target/trx_toolkit/burst_fwd.pyx @@ -19,8 +19,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details.
-import logging as log - cdef class BurstForwarder: """ Performs burst forwarding between transceivers.
diff --git a/src/target/trx_toolkit/data_msg.pyx b/src/target/trx_toolkit/data_msg.pyx index d62dd63..dd8e05e 100644 --- a/src/target/trx_toolkit/data_msg.pyx +++ b/src/target/trx_toolkit/data_msg.pyx @@ -36,8 +36,6 @@ import random import abc
-from typing import List - import gsm_shared cdef int GMSK_BURST_LEN = gsm_shared.GMSK_BURST_LEN cdef int EDGE_BURST_LEN = gsm_shared.EDGE_BURST_LEN