Skip to content

Commit

Permalink
Fix pyre
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfootjon committed Mar 6, 2024
1 parent ca0ea77 commit e74a1d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
from typing import TYPE_CHECKING
from setuptools import setup, find_packages # type: ignore

if TYPE_CHECKING:
VERSION: str

with open("README.md", "r") as readme_file:
long_description: str = readme_file.read()

Expand Down

0 comments on commit e74a1d5

Please sign in to comment.