Skip to content

Commit 9b6cd5c

Browse files
committed
- Resolved Flake8 errors for the files under okta directory.
1 parent af0e344 commit 9b6cd5c

142 files changed

Lines changed: 40480 additions & 41542 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/__init__.py

Lines changed: 1416 additions & 476 deletions
Large diffs are not rendered by default.

okta/api/__init__.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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
4-
# License.
3+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
54
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
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.
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.
86
# See the License for the specific language governing permissions and limitations under the License.
97
# coding: utf-8
108

@@ -100,12 +98,12 @@
10098
from okta.api.role_d_resource_set_binding_member_api import RoleDResourceSetBindingMemberApi
10199
from okta.api.role_e_custom_api import RoleECustomApi
102100
from okta.api.role_e_custom_permission_api import RoleECustomPermissionApi
103-
from okta.api.schema_api import SchemaApi
104-
from okta.api.service_account_api import ServiceAccountApi
105-
from okta.api.session_api import SessionApi
106101
from okta.api.ssf_receiver_api import SSFReceiverApi
107102
from okta.api.ssf_security_event_token_api import SSFSecurityEventTokenApi
108103
from okta.api.ssf_transmitter_api import SSFTransmitterApi
104+
from okta.api.schema_api import SchemaApi
105+
from okta.api.service_account_api import ServiceAccountApi
106+
from okta.api.session_api import SessionApi
109107
from okta.api.subscription_api import SubscriptionApi
110108
from okta.api.system_log_api import SystemLogApi
111109
from okta.api.template_api import TemplateApi
@@ -127,3 +125,4 @@
127125
from okta.api.user_sessions_api import UserSessionsApi
128126
from okta.api.user_type_api import UserTypeApi
129127
from okta.api.web_authn_preregistration_api import WebAuthnPreregistrationApi
128+

0 commit comments

Comments
 (0)