Skip to content

resolve issue causing EntryVersion to fail if created is None #6

resolve issue causing EntryVersion to fail if created is None

resolve issue causing EntryVersion to fail if created is None #6

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "24.3.0"