change _decimal to decimal

This commit is contained in:
Felix Rindt
2020-07-24 15:55:05 +02:00
parent 1fb861a117
commit 062afc42d3

View File

@@ -1,5 +1,5 @@
import csv
from _decimal import Decimal
from decimal import Decimal
from io import StringIO
import pytest