Skip to content

Commit ec4ac22

Browse files
committed
object name is now camel case
1 parent 342f4eb commit ec4ac22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qwiic_scmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self):
6767
# device is encapsulated by this class. The device class should be the only value exported
6868
# from this module.
6969

70-
class QwiicSCMD(object):
70+
class QwiicScmd(object):
7171

7272
# Constructor
7373
device_name = _DEFAULT_NAME

0 commit comments

Comments
 (0)