Skip to content

Commit 9cf1853

Browse files
authored
Refactor OSState class with consistent formatting
1 parent 667016c commit 9cf1853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonos/os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def __init__(self):
99
"immagine.png",
1010
"appunti.md",
1111
"config.sys",
12-
"pyos.sys"
12+
"pyos.sys",
1313
]
1414

1515
def run_command(self, command: str) -> str:

0 commit comments

Comments
 (0)