Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Jan 23, 2025
1 parent ff89587 commit 9910d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions joblib_htcondor/tests/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def test_normal() -> None:

def test_exception() -> None:
"""Test running with an exception."""

def neg_with_exception(a: int) -> int:
"""Negate if a!=2, raise an exception otherwise.
Expand Down
2 changes: 1 addition & 1 deletion joblib_htcondor/ui/treeparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import json
from copy import copy
from datetime import datetime
from pathlib import Path
from json.decoder import JSONDecodeError
from pathlib import Path

from ..backend import (
_BackendMeta,
Expand Down

0 comments on commit 9910d97

Please sign in to comment.