Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzadka committed Sep 10, 2023
1 parent aedd6c4 commit 38e9047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conmech/scenarios/problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from abc import ABC
from dataclasses import dataclass
from typing import Tuple, Union, Optional, Callable
from typing import Optional, Callable

import numpy as np

Expand Down

0 comments on commit 38e9047

Please sign in to comment.