Skip to content

Commit 6726d49

Browse files
made a tiny code formatting change :)
--HG-- branch : draft
1 parent 5cc3bd7 commit 6726d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

robottools/library/session/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __new__(mcs, clsname, bases, clsattrs):
6161
clsattrs['meta'] = meta
6262

6363
excname = meta.upper_identifier_name + 'Error'
64-
clsattrs['SessionError'] = type(excname, (RuntimeError,), {})
64+
clsattrs['SessionError'] = type(excname, (RuntimeError, ), {})
6565

6666
# The handler's dictionary of opened sessions
6767
clsattrs['sessions'] = {}

0 commit comments

Comments
 (0)