Skip to content

Commit 6fea974

Browse files
committed
refactor: remove unused nullcontext imports
1 parent f40d6c1 commit 6fea974

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/scanoss/scanners/folder_hasher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import json
22
import os
3-
from contextlib import nullcontext
43
from dataclasses import dataclass
54
from pathlib import Path
65
from typing import Dict, List, Literal, Optional

src/scanoss/scanners/scanner_hfh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import json
2626
import threading
2727
import time
28-
from contextlib import nullcontext
2928
from typing import Dict, Optional
3029

3130
from progress.spinner import Spinner

0 commit comments

Comments
 (0)