From a3f3f19e98aa37c2eb29358c051a1ab6dffee46d Mon Sep 17 00:00:00 2001 From: Julia Turc Date: Tue, 22 Oct 2024 19:04:54 -0700 Subject: [PATCH] Format setup.py so that checks pass --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e336d2..f52f2e8 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ # Work-around the fact that `pip install -e .` doesn't work with `pyproject.toml` files. from setuptools import setup -setup() \ No newline at end of file +setup()