From 20fee3f108e92208195567745e37b91ab4064744 Mon Sep 17 00:00:00 2001
From: nguyed99 <nguyed99@zedat.fu-berlin.de>
Date: Sun, 10 Dec 2023 20:51:16 +0100
Subject: [PATCH] Remove toml

---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index be73335..5ec364b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,6 @@ python = "~3.11"
 ruff = "^0.0.267"
 pre-commit = "^3.3.1"
 yapf = "^0.32.0"
-# toml = "^0.10.2"  
 
 [build-system]
 requires = ["poetry-core"]
-- 
GitLab