Skip to content

Commit

Permalink
Fixed W1309(f-string-without-interpolation)
Browse files Browse the repository at this point in the history
  • Loading branch information
JusticeV452 committed Jun 27, 2024
1 parent 83339a2 commit 8dfab36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/management/commands/runanalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def handle(self, *args, **options):

feature_vectors = []
if running_similarity:
print(f'Gathering feature vectors...')
print('Gathering feature vectors...')

feature_vector_results = (
PhotoAnalysisResult.objects.filter(name='photo_similarity.resnet18_feature_vectors')
Expand Down

0 comments on commit 8dfab36

Please sign in to comment.