Skip to content

Commit 8e7df21

Browse files
authored
Merge pull request #6 from katzuv/hotfix/add-missing-errno-import
Add missing `errno` module import
2 parents d7ab742 + 8e73c12 commit 8e7df21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solution_runner/commands/setup_command.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import errno
12
import shutil
23
from datetime import datetime
34
from pathlib import Path

0 commit comments

Comments
 (0)