Skip to content

Commit

Permalink
fix ruff import order issue
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 31, 2023
1 parent 6d5b874 commit e90fe46
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ def test_tiff_iterator(testimg_tiff_stripe_4096x4096_256):
See issue gh-598: https://github.com/rapidsai/cucim/issues/598
"""

import numpy as np
import random
import os
import random

import numpy as np
import psutil

slide_path = testimg_tiff_stripe_4096x4096_256
Expand Down

0 comments on commit e90fe46

Please sign in to comment.