Skip to content

Commit

Permalink
Export KNOWN_GPUS
Browse files Browse the repository at this point in the history
  • Loading branch information
r4victor committed Jan 30, 2024
1 parent b2fd6ab commit 222a09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpuhunt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gpuhunt._internal.catalog import Catalog

Check failure on line 1 in src/gpuhunt/__init__.py

View workflow job for this annotation

GitHub Actions / python-lint

Imports are incorrectly sorted and/or formatted.
from gpuhunt._internal.constraints import matches
from gpuhunt._internal.constraints import matches, KNOWN_GPUS, GPUInfo
from gpuhunt._internal.default import default_catalog, query
from gpuhunt._internal.models import CatalogItem, QueryFilter, RawCatalogItem

0 comments on commit 222a09c

Please sign in to comment.