Skip to content

Commit

Permalink
Removed yaml library from csv_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Agranya Ketha committed Sep 15, 2023
1 parent b76fe91 commit 21e703c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontogpt/io/csv_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Utilities for CSVs and TSVs."""
import yaml
# import yaml
import csv
import logging
from pathlib import Path
Expand Down

0 comments on commit 21e703c

Please sign in to comment.