From 54c4ea01e96b211a5d828ee71e085c3f629840a5 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Tue, 21 Jun 2022 19:00:55 +0300 Subject: [PATCH] Fix line endings --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dc4a088..18ff41f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,4 +44,4 @@ reportUntypedFunctionDecorator = "error" reportUntypedNamedTuple = "error" reportCallInDefaultInitializer = "error" reportPropertyTypeMismatch = "error" -reportUnnecessaryTypeIgnoreComment = "error" \ No newline at end of file +reportUnnecessaryTypeIgnoreComment = "error" diff --git a/setup.cfg b/setup.cfg index 0cd12b7..85b00d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,4 +17,4 @@ project_urls = packages = find: python_requires = >=3.8 install_requires = - aiohttp == 3.8.1 \ No newline at end of file + aiohttp == 3.8.1