Skip to content

Commit

Permalink
Fixing import
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Oct 14, 2023
1 parent b5b0e77 commit d9d95a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

import sys
import os
import platform
from setuptools import Extension, setup
import sysconfig
import toml
import pathlib
from sys import platform

def _parse_toml(pyproject_path):
pyproject_text = pyproject_path.read_text()
Expand Down

0 comments on commit d9d95a3

Please sign in to comment.