Skip to content

Commit 434eacc

Browse files
authored
Merge pull request #4165 from thewtex/pkg-resources
COMP: Remove pkg_resources import from base.py
2 parents 26869ac + b31c942 commit 434eacc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • Wrapping/Generators/Python/itk/support

Wrapping/Generators/Python/itk/support/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
# Required to work around weird import error with xarray
2424
from typing import Dict, Any, List, Optional, Sequence, Union
2525

26-
import pkg_resources
27-
2826
import itkConfig
2927
from itkConfig import DefaultFactoryLoading as _DefaultFactoryLoading
3028
from itk.support.template_class import itkTemplate

0 commit comments

Comments
 (0)