Skip to content

Commit

Permalink
add # noqa I100 after the import isceobj to bypass the flake8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
cirrusasf committed Jan 29, 2024
1 parent 294a2d0 commit c0cf510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import hyp3_isce2.utils as utils

import isceobj
import isceobj # noqa: I100

gdal.UseExceptions()

Expand Down

0 comments on commit c0cf510

Please sign in to comment.