This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/aioitertools/asyncio.py b/aioitertools/asyncio.py | |
index a98b961..0038f02 100644 | |
--- a/aioitertools/asyncio.py | |
+++ b/aioitertools/asyncio.py | |
@@ -9,7 +9,7 @@ Provisional library. Must be imported as `aioitertools.asyncio`. | |
import asyncio | |
import time | |
-from typing import Awaitable, Iterable, Optional, Set | |
+from typing import Awaitable, Iterable, Optional, Set, Tuple, cast |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[F1]>[esc] | |
[F2]>[F1] | |
[F3]>[F2] | |
[F4]>[F3] | |
[F5]>[F4] | |
[F6]>[F5] | |
[F7]>[F6] | |
[F8]>[F7] | |
[F9]>[F8] | |
[F10]>[F9] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec ${PAGER:-/usr/bin/less} "$0" || exit 1 | |
Executing tests from //test:RollingWindowCounterTest | |
----------------------------------------------------------------------------- | |
Running main() from gmock_main.cc | |
[==========] Running 3 tests from 1 test suite. | |
[----------] Global test environment set-up. | |
[----------] 3 tests from RollingWindowCounterTest/0, where TypeParam = SimpleRollingWindowCounter | |
[ RUN ] RollingWindowCounterTest/0.CountsAllEvents | |
[ OK ] RollingWindowCounterTest/0.CountsAllEvents (516 ms) | |
[ RUN ] RollingWindowCounterTest/0.CountsAllEventsMultithreadedTasks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 0.7.1 | |
command: /Users/amethyst/workspace/ghstack/.venv/bin/ghstack | |
status: 18aa0a158 "Switch from argparse to click" | |
config_path = /Users/amethyst/.ghstackrc | |
conf = Config(proxy=None, github_oauth='<GITHUB_OAUTH>', github_username='amyreese', circle_token=None, fbsource_path='/Users/amethyst/local/fbsource', github_path='/Users/amethyst/local/ghstack-pytorch', default_project_dir='fbcode/caffe2', github_url='github.com', remote_name='upstream') | |
$ git remote get-url upstream | |
Using selector: KqueueSelector | |
[email protected]:ezyang/ghstack.git |
OlderNewer