Skip to content

Commit

Permalink
Add import from __future__
Browse files Browse the repository at this point in the history
 On branch feature/random-fenerators
 Changes to be committed:
	modified:   quinn/math.py
  • Loading branch information
SemyonSinchenko committed Nov 21, 2023
1 parent d546e8d commit 3c77737
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quinn/math.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Math routines for PySpark."""
from __future__ import annotations

from typing import Optional, Union

from pyspark.sql import Column
Expand Down

0 comments on commit 3c77737

Please sign in to comment.