From 08bff600d18677cae34effb04a8c66d9bde388fc Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Mon, 14 Oct 2024 22:06:34 +0100 Subject: [PATCH] fix provided PR --- src/exabgp/configuration/flow/parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/exabgp/configuration/flow/parser.py b/src/exabgp/configuration/flow/parser.py index ab7feaf23..041dc310f 100644 --- a/src/exabgp/configuration/flow/parser.py +++ b/src/exabgp/configuration/flow/parser.py @@ -47,7 +47,6 @@ from exabgp.rib.change import Change from exabgp.logger import log -from exabgp.configuration.flow.parser import source, destination def flow(tokeniser): return Change(Flow(), Attributes())