Skip to content

Commit

Permalink
chore: deleted tuple type which is no longer needed for the function …
Browse files Browse the repository at this point in the history
…in output.py
  • Loading branch information
rebekahrudd committed Oct 24, 2024
1 parent c6ff3bc commit 25a5ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gatorgrade/output/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import subprocess
from pathlib import Path
from typing import List
from typing import Tuple

# from typing import Tuple
from typing import Union

import gator
Expand Down

0 comments on commit 25a5ad2

Please sign in to comment.