Skip to content

Commit 3e781db

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bb3ee74 commit 3e781db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

piptools/_compat/path_compat.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Compatibility helpers for working with paths and ``pathlib`` across platforms
33
and Python versions.
44
"""
5+
6+
from __future__ import annotations
7+
58
import os.path
69
import pathlib
710
import sys

0 commit comments

Comments
 (0)