mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
fix(chart): Fixed a bug with dependency paths
This commit is contained in:
parent
9db37e8300
commit
872c2836bc
7 changed files with 11 additions and 11 deletions
|
@ -7,8 +7,8 @@ from datetime import datetime
|
|||
|
||||
from matplotlib import pyplot as plt
|
||||
|
||||
from chart.function.gen_unique_name import generate_unique_name
|
||||
from ..database.server import create_pool
|
||||
from function.gen_unique_name import generate_unique_name
|
||||
from database.server import create_pool
|
||||
|
||||
async def create_chart(
|
||||
from_currency: str,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
This module provides a function to generate a unique name for chart files.
|
||||
This module provides a function to generate a unique name for src files.
|
||||
"""
|
||||
import datetime
|
||||
import random
|
||||
|
|
Loading…
Add table
Reference in a new issue