Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcad committed Dec 2, 2024
1 parent 698a7ba commit 1bd89e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions logprep/abc/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ def _add_env_enrichment_to_event(self, event: dict):

def _add_arrival_time_information_to_event(self, event: dict):
new_field = {
self._config.preprocessing.get(
"log_arrival_time_target_field"
): TimeParser.now(self._log_arrival_timestamp_timezone).isoformat()
self._config.preprocessing.get("log_arrival_time_target_field"): TimeParser.now(
self._log_arrival_timestamp_timezone
).isoformat()
}
add_fields_to(event, new_field)

Expand Down

0 comments on commit 1bd89e2

Please sign in to comment.