Skip to content

Commit

Permalink
Further resolve conflict of incorrect imports after moving `utilities…
Browse files Browse the repository at this point in the history
…` folder
  • Loading branch information
donRumata03 committed Mar 30, 2024
1 parent ac95d93 commit 921604c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion golem/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np
import random

from golem.core.utilities.random import RandomStateHandler
from golem.utilities.random import RandomStateHandler


def set_random_seed(seed: Optional[int]):
Expand Down
3 changes: 0 additions & 3 deletions test/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import os
import random
import subprocess
import sys
from unittest.mock import patch

import pytest
Expand Down

0 comments on commit 921604c

Please sign in to comment.