We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a613eeb + 7bf913c commit 8233183Copy full SHA for 8233183
1 file changed
src/canmatrix/Signal.py
@@ -28,12 +28,16 @@
28
import attr
29
from decimal import Decimal as DefaultFloatFactory
30
import typing
31
+import logging
32
33
import canmatrix.types
34
import canmatrix.exceptions
35
from canmatrix.utils import normalize_value_table
36
from canmatrix.FloatFactory import FloatFactory
37
38
+
39
+logger = logging.getLogger(__name__)
40
41
@attr.s(eq=False)
42
class Signal(object):
43
"""
0 commit comments