Skip to content

Commit

Permalink
remove from __future__ import annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Apr 12, 2024
1 parent 5e7cb24 commit 433d10c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion pybop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# This file is adapted from Pints
# (see https://github.com/pints-team/pints)
#
from __future__ import annotations
import sys
from os import path

Expand Down
2 changes: 0 additions & 2 deletions pybop/models/base_model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import copy
from dataclasses import dataclass
from typing import Any, Dict, Optional
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/test_cost.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import numpy as np
import pytest

Expand Down
2 changes: 0 additions & 2 deletions tests/unit/test_likelihoods.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import numpy as np
import pytest

Expand Down

0 comments on commit 433d10c

Please sign in to comment.