Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyYakubov committed Dec 12, 2023
1 parent c0ed877 commit a4127ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/galaxy/dependencies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,9 @@ def check_pkce(self):
return self.pkce_support

def check_rucio_clients(self):
return sys.version_info >= (3,19)
return sys.version_info >= (3, 19)


# return "rucio" in self.object_stores


Expand Down

0 comments on commit a4127ca

Please sign in to comment.