Skip to content

Commit

Permalink
fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Dodla committed Sep 29, 2023
1 parent 90063a8 commit ec7ee86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/registry/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ def process_project(project):
if self.project is None:
projects = self._get_all_projects()
else:
projects = [self.project]
projects = set([self.project])

# Use a ThreadPoolExecutor to process projects concurrently
with concurrent.futures.ThreadPoolExecutor(
Expand Down

0 comments on commit ec7ee86

Please sign in to comment.