Skip to content

Commit 048c3bf

Browse files
committed
Cicle/CI chanages
1 parent 4c9fa03 commit 048c3bf

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

  • python-sqlite-sqlalchemy/project/examples

python-sqlite-sqlalchemy/project/examples/example_1/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_books_by_publisher(data, ascending=True):
2525
2626
Args:
2727
data: The pandas dataframe to get the
28-
ascending: The sorting direction for the returned data.
28+
ascending: The sorting direction for the returned data.
2929
Defaults to True.
3030
3131
Returns:
@@ -42,7 +42,7 @@ def get_authors_by_publisher(data, ascending=True):
4242
4343
Args:
4444
data: The pandas dataframe to get the data
45-
ascending: The sorting direction for the returned data.
45+
ascending: The sorting direction for the returned data.
4646
Defaults to True.
4747
4848
Returns:

python-sqlite-sqlalchemy/project/examples/example_2/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
This program gathers information from the temp_data.csv file about temperature
33
"""
44

5-
from typing import List
65
from uuid import uuid4
76

87
from pkg_resources import resource_filename

0 commit comments

Comments
 (0)