Skip to content

Commit

Permalink
Add comment to explain __future__ annotations isort rule in dataframe…
Browse files Browse the repository at this point in the history
….py (#947)

Co-authored-by: Xiayue Charles Lin <charles@eventualcomputing.com>
  • Loading branch information
xcharleslin and Xiayue Charles Lin committed May 22, 2023
1 parent 438ed24 commit 69f4f0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions daft/dataframe/dataframe.py
@@ -1,4 +1,8 @@
# isort: dont-add-import: from __future__ import annotations
#
# This file uses strings for forward type annotations in public APIs,
# in order to support runtime typechecking across different Python versions.
# For technical details, see https://github.com/Eventual-Inc/Daft/pull/630

import pathlib
from dataclasses import dataclass
Expand Down

0 comments on commit 69f4f0a

Please sign in to comment.