Skip to content

Commit

Permalink
Separate service bus in dependencies (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt035343 authored May 15, 2024
1 parent 2ab19a6 commit 12d3337
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 174 deletions.
4 changes: 3 additions & 1 deletion adapta/utils/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
from requests.adapters import HTTPAdapter
from urllib3 import Retry

if sys.platform != "win32":
try:
import resource
except (ImportError, ModuleNotFoundError):
pass


def doze(seconds: int, doze_period_ms: int = 100) -> int:
Expand Down
Loading

0 comments on commit 12d3337

Please sign in to comment.