Skip to content

Commit

Permalink
autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
garciadias committed Jan 23, 2025
1 parent 0730b56 commit 069b07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data/test_masked_patch_wsi_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from __future__ import annotations

import os
from pathlib import Path
import unittest
from pathlib import Path
from unittest import skipUnless

from numpy.testing import assert_array_equal
Expand Down
2 changes: 1 addition & 1 deletion tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import json
import operator
import os
from pathlib import Path
import queue
import ssl
import subprocess
Expand All @@ -31,6 +30,7 @@
import warnings
from contextlib import contextmanager
from functools import partial, reduce
from pathlib import Path
from subprocess import PIPE, Popen
from typing import Callable
from urllib.error import ContentTooShortError, HTTPError
Expand Down

0 comments on commit 069b07c

Please sign in to comment.