Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fuzzfetch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .core import Fetcher, __version__ # noqa
from .download import download_url, get_url, iec, si # noqa
from .errors import FetcherException # noqa
from .models import BuildFlags, BuildSearchOrder, BuildTask, Platform # noqa
from .models import BuildFlags, BuildSearchOrder, BuildTask, Platform, Product # noqa
from .utils import is_date, is_namespace, is_rev # noqa

__author__ = "Jesse Schwartzentruber, Jason Kratzer"