From 1dcb25edbc6cb1adf417b904e087cbe5fce3ed41 Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Thu, 22 Aug 2024 13:54:25 +0200 Subject: [PATCH] Linting fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a15b7776..8b0364f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ ] # these are extra deps for nomad infra as a result of using nomad.search infrastructure = [ - "mongoengine>=0.20'", + "mongoengine>=0.20", ] [tool.ruff]