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