Skip to content

Commit

Permalink
Merge pull request #11 from austinhallett/bugfix/attachments-api-import
Browse files Browse the repository at this point in the history
fix import typo
  • Loading branch information
austinhallett authored Mar 7, 2024
2 parents 155b28a + 268fef2 commit bda07e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py_jama_client/apis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .abstract_items_api import AbstractItemsAPI
from .activities_api import ActivitiesAPI
from .attachments_api import AttachmentAPI
from .attachments_api import AttachmentsAPI
from .baselines_api import BaselinesAPI
from .filters_api import FiltersAPI
from .item_types_api import ItemTypesAPI
Expand All @@ -18,7 +18,7 @@
__all__ = [
"AbstractItemsAPI",
"ActivitiesAPI",
"AttachmentAPI",
"AttachmentsAPI",
"BaselinesAPI",
"FiltersAPI",
"ItemTypesAPI",
Expand Down

0 comments on commit bda07e8

Please sign in to comment.