Skip to content

Commit

Permalink
Merge pull request #7618 from kozlovsky/fix/7617_cleanup
Browse files Browse the repository at this point in the history
Clean up rest_manager.py after removing wait_for in #7617
  • Loading branch information
kozlovsky authored Oct 3, 2023
2 parents 1cfc5d3 + a2c1bd4 commit 750a540
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tribler/core/components/restapi/rest/rest_manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import asyncio
import logging
import ssl
import traceback
Expand All @@ -25,9 +24,6 @@
from tribler.core.version import version_id


SITE_START_TIMEOUT = 5.0 # seconds


logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 750a540

Please sign in to comment.