Skip to content

Commit 6716838

Browse files
committed
- Resolved Flake8 errors.
1 parent 8fd5f45 commit 6716838

1,909 files changed

Lines changed: 64623 additions & 44826 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

okta/api/__init__.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# The Okta software accompanied by this notice is provided pursuant to the following terms:
22
# Copyright © 2025-Present, Okta, Inc.
3-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
4+
# License.
45
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
5-
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6+
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
7+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
68
# See the License for the specific language governing permissions and limitations under the License.
79
# coding: utf-8
810

@@ -98,12 +100,12 @@
98100
from okta.api.role_d_resource_set_binding_member_api import RoleDResourceSetBindingMemberApi
99101
from okta.api.role_e_custom_api import RoleECustomApi
100102
from okta.api.role_e_custom_permission_api import RoleECustomPermissionApi
101-
from okta.api.ssf_receiver_api import SSFReceiverApi
102-
from okta.api.ssf_security_event_token_api import SSFSecurityEventTokenApi
103-
from okta.api.ssf_transmitter_api import SSFTransmitterApi
104103
from okta.api.schema_api import SchemaApi
105104
from okta.api.service_account_api import ServiceAccountApi
106105
from okta.api.session_api import SessionApi
106+
from okta.api.ssf_receiver_api import SSFReceiverApi
107+
from okta.api.ssf_security_event_token_api import SSFSecurityEventTokenApi
108+
from okta.api.ssf_transmitter_api import SSFTransmitterApi
107109
from okta.api.subscription_api import SubscriptionApi
108110
from okta.api.system_log_api import SystemLogApi
109111
from okta.api.template_api import TemplateApi

0 commit comments

Comments
 (0)