heitorpolidoro / bartholomew-smith

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
1 occurrence in this check
Unused EventCheckRun imported from githubapp
 1"""Module to create the githubapp Configs"""
 2
 3from githubapp import Config, EventCheckRun 4
 5
 6def default_configs() -> None: