Skip to content

Commit

Permalink
backend: drop unused attributes in RemoteHost class
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jan 13, 2025
1 parent aa8ef9d commit 3710599
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/copr_backend/vm_alloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ class RemoteHost:
hostname = None

_is_ready = False
_sleeptime = 5
_sleeptime_history = {}
_factory = None

def check_ready(self):
"""
Expand Down

0 comments on commit 3710599

Please sign in to comment.