Skip to content

Commit 5643d56

Browse files
committed
Small change for consistent code style in method
1 parent 20d2abb commit 5643d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def __init__(self, completekey: str = 'tab', stdin=None, stdout=None, *,
440440
self.py_bridge_name = 'app'
441441

442442
# Defines app-specific variables/functions available in Python shells and pyscripts
443-
self.py_locals = {}
443+
self.py_locals = dict()
444444

445445
# True if running inside a Python script or interactive console, False otherwise
446446
self._in_py = False

0 commit comments

Comments
 (0)