Skip to content

Commit 6de6c45

Browse files
committed
Remove coding directive from import hook examples
1 parent 450fd3b commit 6de6c45

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

examples/custom_components_import_hook/custom.px

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: jsx
21
from pyjsx import jsx, JSX
32

43

examples/props_import_hook/props.px

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: jsx
21
from pyjsx import jsx, JSX
32

43

examples/table_import_hook/table.px

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding: jsx
21
from pyjsx import jsx, JSX
32

43

0 commit comments

Comments
 (0)