Skip to content

Commit

Permalink
Applied linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed May 1, 2024
1 parent 06836d8 commit fea39fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_track_count(annotations):
timestamp = self._db_obj.updated_date
timestamp_str = timestamp.strftime("%Y-%m-%dT%H:%M:%SZ")

report = getattr(self._db_obj, 'analytics_report', None)
report = getattr(self._db_obj, "analytics_report", None)
data_series = self.get_empty()
if report is not None:
statistics = next(
Expand Down

0 comments on commit fea39fc

Please sign in to comment.