Skip to content

Commit

Permalink
Merge pull request #63 from visdesignlab/remove-bad-import
Browse files Browse the repository at this point in the history
Remove unused numpy import
  • Loading branch information
JakeWags authored Sep 4, 2024
2 parents 4ec3b87 + 2207f02 commit 6a71a5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ no_implicit_reexport = true

[project]
name = "upset-alttxt"
version = "0.3.1"
version = "0.3.2"
description = "Generates alt text for UpSet plots"
readme = "README.md"
requires-python = ">=3.8"
1 change: 0 additions & 1 deletion src/alttxt/tokenmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from alttxt.regionclass import *
import math
from collections import Counter
import numpy as np


class TokenMap:
Expand Down

0 comments on commit 6a71a5c

Please sign in to comment.