Skip to content

Commit

Permalink
tests:integration:base: fix imports, using isort
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Aug 28, 2024
1 parent 615ff26 commit 30f05de
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions tests/integration/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,21 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import glob
import grp
import ipaddress
import json
import os
import sys
import pwd
import re
import time
import shutil
import subprocess
import sys
import tempfile
import time
import unittest
import shutil

import gi
import glob
import json
import pwd
import grp

# make sure we point to libnetplan properly.
os.environ.update({'LD_LIBRARY_PATH': '.:{}'.format(os.environ.get('LD_LIBRARY_PATH'))})
Expand Down

0 comments on commit 30f05de

Please sign in to comment.