Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johubertj committed Feb 28, 2025
1 parent 41a8c01 commit 7474680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/integrationv2/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# SPDX-License-Identifier: Apache-2.0
import os
import pytest
import subprocess
from global_flags import set_flag, S2N_PROVIDER_VERSION, S2N_FIPS_MODE
from providers import S2N, JavaSSL, OpenSSL

Expand Down
4 changes: 2 additions & 2 deletions tests/integrationv2/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
from common import Certificates, Protocols
from providers import OpenSSL, S2N
from common import Protocols
from providers import S2N
from global_flags import get_flag, S2N_FIPS_MODE


Expand Down

0 comments on commit 7474680

Please sign in to comment.