fix: apply ruff formatting
This commit is contained in:
@@ -132,9 +132,7 @@ class PackageSet(RootModel[Dict[str, List[TrafficPackage]]]):
|
||||
@property
|
||||
def non_stars_currencies(self) -> List[str]:
|
||||
return [
|
||||
currency
|
||||
for currency, packages in self.root.items()
|
||||
if currency != "stars" and packages
|
||||
currency for currency, packages in self.root.items() if currency != "stars" and packages
|
||||
]
|
||||
|
||||
def has_any(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user