Shorten form choices labels

This commit is contained in:
2020-06-14 00:14:09 +02:00
parent 7a459da204
commit a36cc719ef
5 changed files with 11 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ from requests import get
from app.preprocessing import create_dataframe
from app.data_request import request_dataset
from constants import COLUMNS, DATASETS, FILES, URL
from constants import COLUMNS, DATASETS, URL
def test_dataset_request():