Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Mar 29, 2024
1 parent 80139ff commit e5efe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repologyapp/views/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from repologyapp.config import config
from repologyapp.db import get_db
from repologyapp.metapackages import MetapackagesFilterInfo, packages_to_metapackages
from repologyapp.package import PackageDataDetailed, PackageStatus
from repologyapp.package import PackageDataDetailed, PackageFlags, PackageStatus
from repologyapp.view_registry import Response, ViewRegistrar


Expand Down

0 comments on commit e5efe6d

Please sign in to comment.