Skip to content

Commit

Permalink
fix: remove st_time decorator from JusticeDataAPISource class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-webber committed Jul 23, 2024
1 parent 6e484f0 commit 06e78da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/justice_data_source/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
from .config import JusticeDataAPIConfig


@st_time
@platform_name("File")
@config_class(JusticeDataAPIConfig)
@support_status(SupportStatus.CERTIFIED)
Expand Down Expand Up @@ -68,6 +67,7 @@ def get_workunits_internal(self) -> Iterable[MetadataWorkUnit]:
def get_report(self):
return self.report

@st_time
def _make_chart(self, chart_data) -> MetadataChangeEvent:
chart_urn = builder.make_chart_urn(self.platform_name, chart_data["id"])
chart_snapshot = ChartSnapshot(
Expand Down

0 comments on commit 06e78da

Please sign in to comment.