Skip to content

Fix improper query time when query and forecast timedelta is larger than one day #41

Fix improper query time when query and forecast timedelta is larger than one day

Fix improper query time when query and forecast timedelta is larger than one day #41

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
args: ". --check"