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

build fix

parent 3cd203f5
No related branches found
No related tags found
No related merge requests found
Pipeline #61305 failed with stage
in 3 minutes and 51 seconds
......@@ -4,6 +4,7 @@ cut off the dependency and allow earlier Pythons to use
snakehouse.
"""
import typing as tp
import os
def _has_separator(path: str) -> bool:
......@@ -81,4 +82,4 @@ def split(path: str) -> tp.List[str]:
data = list(os.path.split(data[0])) + data[1:]
return dataator(data[0]):
data = list(os.path.split(data[0])) + data[1:]
return data
\ No newline at end of file
return data
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