Skip to content

Commit f784632

Browse files
Remove unused Path import in __init__.py (#4227)
1 parent a944890 commit f784632

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

trl/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
from importlib.metadata import PackageNotFoundError, version
16-
from pathlib import Path
1716
from typing import TYPE_CHECKING
1817

1918
from .import_utils import _LazyModule

0 commit comments

Comments
 (0)