From a201a2bce3336c052418ca042b1bb1ff218b56f6 Mon Sep 17 00:00:00 2001
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
Date: Tue, 5 Dec 2023 12:12:27 +0000
Subject: [PATCH] chore(writers): format imports

---
 neuroml/writers.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/neuroml/writers.py b/neuroml/writers.py
index ece7166..e2b0568 100644
--- a/neuroml/writers.py
+++ b/neuroml/writers.py
@@ -1,7 +1,7 @@
-import neuroml
-import neuroml.arraymorph.ArrayMorphology
 import typing
 
+import neuroml
+import neuroml.arraymorph.ArrayMorphology
 
 """Classes to write NeuroML to various formats."""