Skip to content

Commit

Permalink
Fixed init.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed Dec 18, 2023
1 parent c66c007 commit 666d958
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions servicenow_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# coding: utf-8
from servicenow_api.version import __version__, __author__, __credits__
from servicenow_api.servicenow_api import Api
from servicenow_api.servicenow_models import (BranchModel, CommitModel, DeployTokenModel, GroupModel, JobModel,
MembersModel, PackageModel, PipelineModel, ProjectModel, ProtectedBranchModel,
MergeRequestModel, MergeRequestRuleModel, ReleaseModel, RunnerModel,
UserModel, WikiModel)
from servicenow_api.servicenow_models import (ApplicationServiceModel, CMDBModel, CICDModel, ChangeManagementModel,
IncidentModel, ImportSetModel, TableModel)

"""
ServiceNow API
Expand Down

0 comments on commit 666d958

Please sign in to comment.