Skip to content

Commit

Permalink
autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 3, 2022
1 parent 860d7cd commit cd02c38
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ovos_utils/system.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import inspect
import os
import subprocess
import re
import shutil
import subprocess
import sys
import sysconfig
from enum import Enum
from os.path import expanduser, exists, join

from os.path import expanduser, exists, join, isfile
from ovos_utils.log import LOG


Expand Down Expand Up @@ -210,7 +211,3 @@ def has_screen():
except ImportError:
pass
return have_display




0 comments on commit cd02c38

Please sign in to comment.