Skip to content

Commit c0a4420

Browse files
authored
Merge pull request #35 from UncoderIO/fix-missed-import
Fix bug: missed import in the LogScale render
2 parents cd5360b + e23028b commit c0a4420

File tree

1 file changed

+2
-0
lines changed
  • translator/app/translator/platforms/logscale/renders

1 file changed

+2
-0
lines changed

translator/app/translator/platforms/logscale/renders/logscale.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
limitations under the License.
1717
-----------------------------------------------------------------
1818
"""
19+
import re
20+
1921
from typing import Union
2022

2123
from app.translator.const import DEFAULT_VALUE_TYPE

0 commit comments

Comments
 (0)