Skip to content

Commit 131acdd

Browse files
authored
Add typing import to setup.py
This was removed in d059d49, but is still used in [`get_ext_dir`](https://github.com/static-frame/arraykit/blob/6696d9a5ad2c42084a7ae0711b0a0d71214c446a/setup.py#L8).
1 parent 6696d9a commit 131acdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import typing as tp
12
from setuptools import setup, Extension
23
from setuptools.command.build_ext import build_ext
34
import site, os

0 commit comments

Comments
 (0)