Skip to content

Commit e9bc575

Browse files
authored
Merge pull request #32 from adafruit/patch-fix
Linted
2 parents 7cc8744 + 2370266 commit e9bc575

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)