Skip to content

Commit

Permalink
chore(backend): improve typing for __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Oct 15, 2024
1 parent ed8d5b6 commit fef7911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joblib_htcondor/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def __init__(
self._completed_jobs_list: List[_HTCondorJobMeta] = []

self._n_jobs = 1
self._backend_meta = None
self._backend_meta: Union[_BackendMeta, None] = None

# Set some initial values for job scheduling
self._current_shared_data_dir = Path()
Expand Down

0 comments on commit fef7911

Please sign in to comment.