Skip to content

Commit

Permalink
Add __future__ to top level __init__ for v2 code
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed May 16, 2024
1 parent cb58bc9 commit 4cfd6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unstructured/ingest/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from __future__ import annotations

0 comments on commit 4cfd6a1

Please sign in to comment.