Skip to content

Commit

Permalink
Fix formatting with new black version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Mar 23, 2024
1 parent 4084720 commit 1f2fd81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.3.0
hooks:
- id: black
language_version: python3.9
Expand Down
6 changes: 3 additions & 3 deletions data/alibaba_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ def __init__(
self._workload_paths_and_release_policies = (
self._construct_workload_definitions()
)
self._job_graph_generators: Mapping[
str, Callable
] = self._initialize_job_graph_generators()
self._job_graph_generators: Mapping[str, Callable] = (
self._initialize_job_graph_generators()
)
self._release_times_and_profiles = self._construct_release_times()

self._job_graphs: Mapping[str, Mapping[str, JobGraph]] = {}
Expand Down

0 comments on commit 1f2fd81

Please sign in to comment.