Skip to content

Commit

Permalink
Pull request #11: Data validation remove unused import
Browse files Browse the repository at this point in the history
BAC-9366: remove unused imports

Squashed commit of the following:

commit 173a4140a82ecc2326c76ac5424baf4e421e1168
Merge: c6a462c f855aba
Author: Jeroen Pinxten <jeroen.pinxten@icometrix.com>
Date:   Wed Jun 19 17:33:16 2024 +0200

    Merge branch 'master' into data-validation

commit f855aba0bdcf1a39c10c81f2dea4626614041d76
Merge: c54ac15 d977dfd
Author: Jeroen Pinxten <jeroen.pinxten@icometrix.com>
Date:   Wed Jun 19 17:32:43 2024 +0200

    Merge branch 'master' of https://stash.icometrix.com/scm/bac/icometrix-sdk

commit c6a462c296cbd33a0d12a465735983a932ee659e
Author: Jeroen Pinxten <jeroen.pinxten@icometrix.com>
Date:   Wed Jun 19 17:25:50 2024 +0200

    BAC-9366: remove unused import

commit 1214b4c19cdefb9ff225c876a4892ff706cea59e
Author: Jeroen Pinxten <jeroen.pinxten@icometrix.com>
Date:   Wed Jun 19 17:18:46 2024 +0200

    BAC-9366: data validation docs

commit c54ac15fb08952bcc8ea949a5f120bea22173308
Author: Jeroen Pinxten <jeroen.pinxten@icometrix.com>
Date:   Wed Jun 19 16:59:48 2024 +0200

    BAC-9366: data validation examples
  • Loading branch information
jpinxten committed Jun 19, 2024
1 parent d977dfd commit b77821c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion icometrix_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from icometrix_sdk.models.base import PaginatedResponse
from icometrix_sdk.resources.customer_reports import CustomerReports
from icometrix_sdk.resources.customer_results import CustomerResults
from icometrix_sdk.resources.jobs import Jobs
from icometrix_sdk.resources.patients import Patients
from icometrix_sdk.resources.pipeline_results import PipelineResults
from icometrix_sdk.resources.profile import Profile
Expand Down

0 comments on commit b77821c

Please sign in to comment.