Skip to content

Commit a5c49af

Browse files
committed
fixed test lab04
1 parent 8020cf4 commit a5c49af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lab_04/test_youtube_videos_api.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import pandas as pd
2-
from flask_lab_example import filter_by_value, apply_limit_offset, convert_to_format
3-
import io, json
2+
from flask_lab_example import filter_by_value
3+
from flask_lab_example import apply_limit_offset
4+
from flask_lab_example import convert_to_format
5+
import io
46

57
def get_test_df():
68
data = {

0 commit comments

Comments
 (0)