Skip to content

Commit 2370266

Browse files
committed
Linted
1 parent 7cc8744 commit 2370266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bluefruit_connect/packet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Packet:
3939
# The first byte of the prefix is always b'!'. The second byte is the type code.
4040
_TYPE_HEADER = None
4141

42-
_type_to_class = dict()
42+
_type_to_class = {}
4343

4444
@classmethod
4545
def register_packet_type(cls):

0 commit comments

Comments
 (0)