Skip to content

Commit

Permalink
fix import order in test case (#624)
Browse files Browse the repository at this point in the history
Fixes one issue reported by the linter on `branch-23.12`

Authors:
  - Gregory Lee (https://github.com/grlee77)

Approvers:
  - Gigon Bae (https://github.com/gigony)
  - https://github.com/jakirkham

URL: #624
  • Loading branch information
grlee77 authored Oct 31, 2023
1 parent 6d5b874 commit 5e25641
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 5e25641

Please sign in to comment.