Skip to content

fix(Metric): Warning message. #795

fix(Metric): Warning message.

fix(Metric): Warning message. #795

Workflow file for this run

name: Black
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
version: "~= 22.12"