Skip to content

Commit faaf416

Browse files
committed
Rename a private object
1 parent 6846f23 commit faaf416

File tree

1 file changed

+2
-2
lines changed
  • src/nextline_schedule/auto/state_machine

1 file changed

+2
-2
lines changed

src/nextline_schedule/auto/state_machine/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
'''
7171

7272

73-
AUTO_STATE_CONFIG = {
73+
_AUTO_SUB_STATE_CONFIG = {
7474
'name': 'auto',
7575
'children': ['waiting', 'pulling', 'running'],
7676
'initial': 'waiting',
@@ -84,7 +84,7 @@
8484

8585
CONFIG = {
8686
'name': 'global',
87-
'states': ['created', 'off', AUTO_STATE_CONFIG],
87+
'states': ['created', 'off', _AUTO_SUB_STATE_CONFIG],
8888
'transitions': [
8989
['start', 'created', 'off'],
9090
['turn_on', 'off', 'auto'],

0 commit comments

Comments
 (0)