Skip to content

Commit

Permalink
testing: remove unused imports in hgmo.py
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 310a74583ce20619087ce38530e437a19eb138e9
  • Loading branch information
cgsheeh committed Mar 25, 2022
1 parent 9f38f93 commit d76d168
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/vcttesting/hgmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

from __future__ import absolute_import, print_function, unicode_literals

import errno
import json
import os
import subprocess
import sys
Expand All @@ -16,7 +14,6 @@
from .ldap import LDAP
from .util import (
docker_compose_down_background,
get_available_port,
normalize_testname,
wait_for_amqp,
wait_for_kafka,
Expand Down

0 comments on commit d76d168

Please sign in to comment.