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 Jan 7, 2024
1 parent 4734534 commit 49915cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covalent/_results_manager/results_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

import contextlib
import os
from datetime import datetime
from pathlib import Path
from typing import Dict, List, Optional

from furl import furl
from requests.adapters import HTTPAdapter
from urllib3.util import Retry
from datetime import datetime

from .._api.apiclient import CovalentAPIClient
from .._serialize.common import load_asset
Expand Down

0 comments on commit 49915cb

Please sign in to comment.