Skip to content

Commit

Permalink
fix: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
sellisd committed Dec 18, 2024
1 parent c9c1896 commit b79606c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ requires-python = ">=3.8"
dependencies = [
"click",
"nbformat",
"pandas",
"tqdm",
]

Expand Down
1 change: 0 additions & 1 deletion tests/test_pycodeseq.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import csv
import json
from collections import Counter
Expand Down

0 comments on commit b79606c

Please sign in to comment.