mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
mention example in contrib file
This commit is contained in:
parent
ed0b3d3374
commit
28aa983aa4
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@ the spurious errors.
|
||||||
|
|
||||||
# type: ignore
|
# 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
|
Maintaining Style
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue