Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 11, 2024
1 parent e6b1d45 commit cfab3f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration_test/test_xgboost_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# SPDX-License-Identifier: MIT
import copy
import os
import secrets

import pytest
import secrets


os.environ["SIGOPT_PROJECT"] = "dev-sigopt-xgb-integration-test"
Expand Down
2 changes: 1 addition & 1 deletion integration_test/test_xgboost_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import math
import os
import platform
import secrets
from inspect import signature

import pytest
import secrets


os.environ["SIGOPT_PROJECT"] = "dev-sigopt-xgb-integration-test"
Expand Down
2 changes: 1 addition & 1 deletion sigopt/ratelimit.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright © 2022 Intel Corporation
#
# SPDX-License-Identifier: MIT
import secrets
import threading
import time
import secrets


class _FailedStatusRateLimit(object):
Expand Down

0 comments on commit cfab3f6

Please sign in to comment.