fixed imports
Code Quality Pipeline / Test (push) Failing after 4m41s
CI Pipeline / Test (pull_request) Failing after 3m43s
CI Pipeline / Build and Publish (pull_request) Has been skipped

This commit is contained in:
Brian Bjarke Jensen
2024-05-07 21:22:25 +02:00
parent 9a625cb6be
commit e3e836c9fa
5 changed files with 13 additions and 9 deletions
+4 -1
View File
@@ -11,6 +11,9 @@ if __name__ == '__main__':
in range(3)
]
# generate random predictions
[vis_com.generate_random_prediction() for vis_com in vis_com_list]
[
vis_com.generate_random_prediction()
for vis_com in vis_com_list
] # type: ignore
for vis_com in vis_com_list:
print(vis_com)