Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzamuto committed Apr 1, 2021
1 parent 4891a13 commit 27f53fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions pyometiff/omereader.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
from pathlib import Path
import pathlib
from lxml import etree as ET
import pudb
# from functools import wraps

from omexml import OMEXML

Expand Down
2 changes: 1 addition & 1 deletion pyometiff/omewriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import numpy as np
import tifffile
from omexml import OMEXML, get_pixel_type
# import pudb

BYTE_BOUNDARY = 2 ** 21


Expand Down
2 changes: 0 additions & 2 deletions tests/omewriter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import os,sys,inspect
from pathlib import Path
import pytest
from mock import patch
import pudb
import tifffile
import numpy as np
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
Expand Down

0 comments on commit 27f53fe

Please sign in to comment.