Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylakraines authored Oct 17, 2023
1 parent 5815663 commit 16d1e5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/requirements/check_registered.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class Requirement(BaseRequirement):
async def enforce(self, link, operation):
"""
Given a link and the current operation, ensure will only run if the agent with the given ID/PAW is alive.
:param link
:param operation
:return: True if it complies, False if it doesn't
Expand All @@ -16,4 +15,3 @@ async def enforce(self, link, operation):
if uf.value in agent_paws:
return True
return False

0 comments on commit 16d1e5e

Please sign in to comment.