Skip to content

Commit d0c1d3a

Browse files
committed
lint
1 parent b4b53df commit d0c1d3a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

awscrt/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def _noop(obj): return obj
4343
pass
4444
return _deprecated_impl(msg)
4545

46+
4647
def get_cpu_group_count() -> int:
4748
"""
4849
Returns number of processor groups on the system.

awscrt/mqtt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from awscrt.mqtt5 import Client as Mqtt5Client
1919
from awscrt.common import deprecated
2020

21+
2122
class QoS(IntEnum):
2223
"""Quality of Service enumeration
2324

0 commit comments

Comments
 (0)