Skip to content

Commit

Permalink
Remove unused NoneType import
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltkebel committed Feb 9, 2024
1 parent 4c0f1a8 commit 790de5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion installation_and_upgrade/ibex_install_utils/run_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import os
import subprocess
from types import NoneType
from typing import Union, List

from ibex_install_utils.exceptions import ErrorInRun
Expand Down

0 comments on commit 790de5d

Please sign in to comment.