From 28aa983aa446a27230f708e2c2bc823a8573a277 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 21 Dec 2019 07:38:01 +1000 Subject: [PATCH] mention example in contrib file --- README.contributing | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.contributing b/README.contributing index 86f95323c..957fed0f1 100644 --- a/README.contributing +++ b/README.contributing @@ -64,6 +64,11 @@ the spurious errors. # type: ignore +In cases where you have two modules that reference each other, you can't simply +import the types from each module into the other one, as it can cause a cyclic +import. An example of how to work around this can be seen at +https://github.com/dae/anki/commit/ed0b3d337458d7161811547932b6476f2d4bc887 + Maintaining Style ------------------