Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
Raub Camaioni committed Jul 30, 2023
1 parent 69a6b91 commit 5c9b206
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions usage/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@
"from pathlib import Path\n",
"\n",
"# basic import template\n",
"# easier than transfering cython imports and modifying used/unused imports\n",
"# 90% of cython files use the basic types\n",
"# memmory views colons are transfered as the type COLON\n",
"# working on dynamic imports\n",
"import_template = \"\\n\".join([\n",
"\"import numpy as np\",\n",
"\"from enum import Enum\",\n",
Expand Down

0 comments on commit 5c9b206

Please sign in to comment.