Skip to content

Commit 9b24380

Browse files
Remove unnecessary parenthesis
Pointed out during code review.
1 parent 50f1763 commit 9b24380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

softioc/device_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from ctypes import *
66

77

8-
class DeviceCommon():
8+
class DeviceCommon:
99
# By requiring that DeviceCommon be a common base class for the entire
1010
# Python device hierarchy, we can use this __init__ to test for unused
1111
# keyword arguments.

0 commit comments

Comments
 (0)