Skip to content

Commit

Permalink
fixing: ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Jul 8, 2024
1 parent 3d1fb6b commit aab6968
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_corkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import shutil
from datetime import datetime
import asyncio
from ..corkit.lasco import CME, level_1, downloader
from corkit.lasco import CME, level_1, downloader

async def tool_downloader(tool: str) -> None:

Expand Down Expand Up @@ -51,5 +51,3 @@ def test_downloader() -> None:


shutil.rmtree("./test")
print("CME analysis test done!")
"CME analysis test done!")

0 comments on commit aab6968

Please sign in to comment.