Skip to content

Commit

Permalink
{Feature} [MPS] remove waiter aware lock
Browse files Browse the repository at this point in the history
Summary: Remove unused code

Reviewed By: PiotrBrzyski

Differential Revision: D57850093

fbshipit-source-id: 0675133b003382da7fc6b74b5dc846a5ba7c77c3
  • Loading branch information
Vijay Baiyya authored and facebook-github-bot committed May 30, 2024
1 parent c6d6ef9 commit 889627b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
3 changes: 1 addition & 2 deletions projectaria_tools/aria_mps_cli/cli_lib/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import io
import logging
import time
from asyncio import Lock, Semaphore
from asyncio import Semaphore
from pathlib import Path
from statistics import median
from typing import Any, Dict, final, Final, List, Optional, Tuple
Expand All @@ -29,7 +29,6 @@
from .constants import ConfigKey, ConfigSection, HTTP_RETRY_CODES
from .http_helper import HttpHelper
from .runner_with_progress import RunnerWithProgress
from .waiter_aware_lock import WaiterAwareLock

_OFFSET: Final[str] = "offset"
_URL_UPLOAD: Final[str] = "https://rupload.facebook.com/mps_recording_upload"
Expand Down
44 changes: 0 additions & 44 deletions projectaria_tools/aria_mps_cli/cli_lib/waiter_aware_lock.py

This file was deleted.

0 comments on commit 889627b

Please sign in to comment.