Skip to content

Commit

Permalink
Fix missing import (#382)
Browse files Browse the repository at this point in the history
This PR fixes a missing import in the `commands/script.py` file.

Fixes #381
  • Loading branch information
seletz authored Mar 11, 2022
1 parent efde9b5 commit ba3abe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"""

import os
import sys
from stat import ST_MODE
from distutils.core import Command
from distutils.dep_util import newer
Expand Down

0 comments on commit ba3abe9

Please sign in to comment.