Skip to content

Commit 917ccb0

Browse files
Copilotasadali145
andauthored
fix: remove unused logging import from csv_utils.py
Agent-Logs-Url: https://github.com/mitodl/open-edx-plugins/sessions/7bf60434-aafc-4da5-b2aa-2320565a5371 Co-authored-by: asadali145 <52656433+asadali145@users.noreply.github.com>
1 parent 15f834a commit 917ccb0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • src/ol_openedx_uai_content_customization/ol_openedx_uai_content_customization

src/ol_openedx_uai_content_customization/ol_openedx_uai_content_customization/csv_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""CSV parsing and video-mapping utilities for ol-openedx-uai-content-customization."""
22

33
import csv
4-
import logging
54
from collections import defaultdict
65
from pathlib import Path
76

@@ -17,8 +16,6 @@
1716
INDUSTRY_CODES,
1817
)
1918

20-
log = logging.getLogger(__name__)
21-
2219

2320
def parse_csv(path):
2421
"""

0 commit comments

Comments
 (0)