Skip to content

Commit

Permalink
Merge pull request #336 from inbo/linting-main
Browse files Browse the repository at this point in the history
fix linting
  • Loading branch information
mainlyIt authored Feb 5, 2025
2 parents 85b42b2 + e1fd04a commit ad1c759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vespadb/observations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,4 +964,4 @@ def list(self, request: Request, *args: Any, **kwargs: Any) -> Response:

response = super().list(request, *args, **kwargs)
cache.set(cache_key, response.data, GET_REDIS_CACHE_EXPIRATION)
return response
return response

0 comments on commit ad1c759

Please sign in to comment.