Skip to content

Commit

Permalink
fix: Make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Oct 30, 2024
1 parent 58186cc commit 44e29cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import os.path

from setuptools import setup, find_packages # type: ignore
from setuptools import setup, find_packages


def read(filename: str) -> str:
Expand Down Expand Up @@ -41,7 +41,7 @@ def read(filename: str) -> str:

scripts=['bin/run_backend.py', 'bin/start.py'],

classifiers=(
classifiers=( # type: ignore[arg-type]
'Development Status :: 2 - Pre-Alpha',
'Environment :: No Input/Output (Daemon)',
'Intended Audience :: System Administrators',
Expand Down

0 comments on commit 44e29cc

Please sign in to comment.