mirror of
https://github.com/huggingface/trl.git
synced 2025-10-20 18:43:52 +08:00
Remove unused Path import in __init__.py (#4227)
This commit is contained in:
committed by
GitHub
parent
a944890ff1
commit
f7846321e7
@ -13,7 +13,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from importlib.metadata import PackageNotFoundError, version
|
from importlib.metadata import PackageNotFoundError, version
|
||||||
from pathlib import Path
|
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
from .import_utils import _LazyModule
|
from .import_utils import _LazyModule
|
||||||
|
Reference in New Issue
Block a user