mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-13 01:59:41 +00:00
Fixed pep8
This commit is contained in:
@@ -96,7 +96,6 @@ class Command(BaseCommand):
|
|||||||
cores=random.choice(circuits)
|
cores=random.choice(circuits)
|
||||||
)
|
)
|
||||||
|
|
||||||
if i % 5 == 0:
|
|
||||||
prefix = random.choice(asset_prefixes)
|
prefix = random.choice(asset_prefixes)
|
||||||
asset.asset_id = prefix + str(models.Asset.get_available_asset_id(wanted_prefix=prefix))
|
asset.asset_id = prefix + str(models.Asset.get_available_asset_id(wanted_prefix=prefix))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user