Skip to content

Commit

Permalink
Fix redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
donRumata03 committed Apr 22, 2024
1 parent 1bb2c24 commit 1cbd2e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion golem/utilities/utilities.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
from typing import Optional

import numpy as np
Expand Down
3 changes: 0 additions & 3 deletions test/conftest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import random
from unittest.mock import patch

import pytest

from golem.utilities.utilities import urandom_mock, set_random_seed


Expand Down
5 changes: 1 addition & 4 deletions test/unit/utilities/random_seeds.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
from unittest.mock import patch

from examples.synthetic_graph_evolution.generators import generate_labeled_graph
from examples.synthetic_graph_evolution.graph_search import graph_search_setup
from golem.utilities.utilities import set_random_seed, urandom_mock
from test.integration.test_quality_improvement import run_graph_trial
from golem.utilities.utilities import set_random_seed


def test_random_seed_fully_determines_evolution_process():
Expand Down

0 comments on commit 1cbd2e7

Please sign in to comment.