Skip to content

Commit 1b7dc6e

Browse files
committed
Fix saneyaml import
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent e56aed4 commit 1b7dc6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

minecode_pipelines/pipes/conan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from pathlib import Path
2424
from packageurl import PackageURL
2525

26-
from minecode import saneyaml
26+
import saneyaml
2727

2828

2929
def get_conan_packages(file_path, versions):

pyproject-minecode_pipelines.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44

55
[project]
66
name = "minecode_pipelines"
7-
version = "0.0.1b33"
7+
version = "0.0.1b34"
88
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
99
readme = "minecode_pipelines/README.rst"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)