mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-09 05:54:34 +02:00
Format codebase with ruff
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
4
setup.py
4
setup.py
@ -2,9 +2,7 @@ import os
|
||||
from setuptools import setup
|
||||
|
||||
try:
|
||||
README = open(
|
||||
os.path.join(os.path.dirname(__file__), "README.md"), encoding="utf-8"
|
||||
).read()
|
||||
README = open(os.path.join(os.path.dirname(__file__), "README.md"), encoding="utf-8").read()
|
||||
except: # noqa: E722 # pylint: disable=bare-except
|
||||
README = ""
|
||||
|
||||
|
Reference in New Issue
Block a user