Skip to content

Commit

Permalink
Merge pull request #366 from peicuiping/master
Browse files Browse the repository at this point in the history
chore: fix some typos
  • Loading branch information
djeck1432 authored Jan 19, 2025
2 parents 84f1f46 + 41b78f7 commit f9307eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard_app/charts/main_chart_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_main_chart_figure(
collateral_token_price: float,
) -> plotly.graph_objs.Figure:
"""
Generates a plotly figure for the main chart the function takes in four paramters and
Generates a plotly figure for the main chart the function takes in four parameters and
Returns: A Plotly figure object for the chart.
"""
color_map_protocol = {
Expand Down
2 changes: 1 addition & 1 deletion apps/web_app/database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker

# add "type: ignore" to not delete from reformated code
# add "type: ignore" to not delete from reformatted code
from .models import Base # type: ignore

load_dotenv()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""change interger to biginteger
"""change integer to biginteger
Revision ID: a9d6a1c36e33
Revises: 841f539c35e9
Expand Down

0 comments on commit f9307eb

Please sign in to comment.