Skip to content

.group[by]: avoid calling perf_counter if interval is not set #389

.group[by]: avoid calling perf_counter if interval is not set

.group[by]: avoid calling perf_counter if interval is not set #389

Workflow file for this run

name: typing
on:
push:
paths:
- 'streamable/**'
- 'tests/**'
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: mypy
run: make venv type-check