Skip to content

Commit

Permalink
Update core.py: sort imports, remove duplicated lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bact authored Dec 10, 2023
1 parent 22daf2d commit 84de5c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pythainlp/phayathaibert/core.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
# SPDX-License-Identifier: Apache-2.0
from typing import List, Union, Tuple, Collection, Callable
from typing import Callable, Collection, List, Tuple, Union
import re
import random
import warnings
Expand Down Expand Up @@ -238,7 +238,6 @@ def augment(self,
from pythainlp.augment.lm import ThaiTextAugmenter
aug=ThaiTextAugmenter()
aug = ThaiTextAugmenter()
aug.augment("ช้างมีทั้งหมด 50 ตัว บน", num_args=5)
Expand Down

0 comments on commit 84de5c4

Please sign in to comment.