From bd42a3bb664393d831f7b82d9a013283ef35d8fb Mon Sep 17 00:00:00 2001 From: batuhan Date: Mon, 29 Jan 2024 17:47:16 +0100 Subject: [PATCH] fixed flake8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 773deaf..9f75842 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ and other necessary package information. """ -from setuptools import find_packages, setup +from setuptools import setup # Using 'with' statement for safe file handling with open('README.md', 'r', encoding='utf-8') as f: