Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
steadyk committed Jul 16, 2024
1 parent 117b163 commit 88300a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/harbor.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ async def set_robot_secret(robot_name: str, robot_id: int):
print(f'WARN: No secret found for {robot_name}')



async def sync_robot_accounts(target_robots: [Robot]):
# Get all system level robots
current_system_robots = await client.get_robots(
Expand Down

0 comments on commit 88300a1

Please sign in to comment.