Skip to content

Commit 2d699fa

Browse files
Fix import ordering
1 parent 72d7ffa commit 2d699fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

protovalidate/internal/string_format.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
from decimal import Decimal
16+
1517
import celpy # type: ignore
1618
from celpy import celtypes # type: ignore
17-
from decimal import Decimal
1819

1920
QUOTE_TRANS = str.maketrans(
2021
{

0 commit comments

Comments
 (0)