Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamc committed Jul 17, 2024
1 parent 475dbb2 commit d54087c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smac/utils/numpyencoder.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from __future__ import annotations

from typing import Any

import json

import numpy as np
from typing import Any


class NumpyEncoder(json.JSONEncoder):
Expand Down

0 comments on commit d54087c

Please sign in to comment.