Skip to content
Snippets Groups Projects
Commit aa8f9d22 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

removed unnecessary code

parent 7c6d3541
No related branches found
No related tags found
No related merge requests found
import logging
import typing as tp import typing as tp
import os import os
from setuptools import Extension from setuptools import Extension
logger = logging.getLogger(__name__)
SEP_LEN = len(os.path.sep)
class Multibuild: class Multibuild:
def __init__(self, extension_name: str, files: tp.Iterable[str]): def __init__(self, extension_name: str, files: tp.Iterable[str]):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment