Skip to content

Commit a6f9b2a

Browse files
committed
Remove unused rich import statements
Eliminated unnecessary imports of the 'rich' module from uploader.py and test_dataset_update.py to clean up the codebase.
1 parent f78e80d commit a6f9b2a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

easyDataverse/uploader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from urllib.parse import urljoin
22
import httpx
3-
import rich
43

54
from rich.panel import Panel
65
from rich.console import Console

tests/integration/test_dataset_update.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import pytest
44
import httpx
5-
import rich
65

76
from easyDataverse import Dataverse
87
from easyDataverse.license import CustomLicense, License

0 commit comments

Comments
 (0)