Skip to content

Commit

Permalink
autopep continue to be mean to me :(
Browse files Browse the repository at this point in the history
  • Loading branch information
jmayclin committed Jan 14, 2025
1 parent e473f7f commit fce99c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integrationv2/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ def setup_server(self):


class OpenSSL(Provider):
_version = get_flag(S2N_PROVIDER_VERSION)

def __init__(self, options: ProviderOptions):
Provider.__init__(self, options)
# We print some OpenSSL logging that includes stderr
Expand Down Expand Up @@ -390,7 +388,7 @@ def _cipher_to_cmdline(self, cipher):

@classmethod
def get_version(cls):
return cls._version
return get_flag(S2N_PROVIDER_VERSION)

@classmethod
def supports_protocol(cls, protocol, with_cert=None):
Expand Down

0 comments on commit fce99c5

Please sign in to comment.