Skip to content

Fix return typing for py39 #108

Fix return typing for py39

Fix return typing for py39 #108

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
# Check code style with black, defaults to options "--check --diff"
- name: Check code style with black
uses: psf/black@stable
run: black --include asyncwhois/