Skip to content

Commit

Permalink
fix eval command include stdout and stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDeity committed Dec 24, 2022
1 parent 80bf582 commit 2a7a07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wyvern/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
from __future__ import annotations

import ast
import io
import contextlib
import datetime
import inspect
import io
import typing

import attrs
Expand Down

0 comments on commit 2a7a07c

Please sign in to comment.