Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Sep 6, 2024
1 parent 9238384 commit 611bb36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acto/schema/array.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import random
from typing import List, Tuple

from utils.thread_logger import get_thread_logger
from acto.utils.thread_logger import get_thread_logger

from .base import BaseSchema, TreeNode

Expand Down
2 changes: 1 addition & 1 deletion acto/schema/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
from typing import List, Optional, Tuple

import exrex
from utils.thread_logger import get_thread_logger

from acto.common import random_string
from acto.utils.thread_logger import get_thread_logger

from .base import BaseSchema, TreeNode

Expand Down

0 comments on commit 611bb36

Please sign in to comment.