Skip to content

Commit

Permalink
fix: fixed type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 23, 2024
1 parent 5a0c47e commit 0b438e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptme/eval/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from dataclasses import dataclass
from datetime import datetime
from multiprocessing import Process, Queue
from multiprocessing.queues import Empty
from pathlib import Path
from queue import Empty
from typing import Union

import click
Expand Down

0 comments on commit 0b438e1

Please sign in to comment.