Skip to content

Commit 80f303b

Browse files
author
Andrey Fedoseev
committed
Fix import
1 parent cb91756 commit 80f303b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static_precompiler/tests/test_es6to5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
from static_precompiler.compilers.es6to5 import ES6To5
33
from static_precompiler.exceptions import StaticCompilationError
4-
from test_coffeescript import clean_javascript
4+
from .test_coffeescript import clean_javascript
55
import pytest
66

77

0 commit comments

Comments
 (0)