Skip to content

Commit

Permalink
fix CI issues
Browse files Browse the repository at this point in the history
- test must be package for imports to work
- import AbstractSet
  • Loading branch information
ytausch committed Apr 5, 2024
1 parent 18bbf24 commit 3d5581b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_smithy/lint_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from glob import glob
from pathlib import Path
from typing import (
AbstractSet,
Optional,
Dict,
Iterable,
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit 3d5581b

Please sign in to comment.