Skip to content

Commit b8f4c8c

Browse files
authored
Merge pull request #53 from FoamyGuy/remove_imp_usage
remove unused block containing deprecated imp module
2 parents 4e5e25f + 102b4a0 commit b8f4c8c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@
5757
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
5858
}
5959

60-
# Mock out micropython ourselves.
61-
# import imp
62-
# m = imp.new_module("micropython")
63-
# m.const = lambda x: x
64-
# sys.modules["micropython"] = m
65-
6660
# Add any paths that contain templates here, relative to this directory.
6761
templates_path = ["_templates"]
6862

0 commit comments

Comments
 (0)