Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzadka committed Sep 6, 2023
1 parent 828c2f7 commit 3c4f709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conmech/properties/mesh_properties.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dataclasses import dataclass, field
from dataclasses import dataclass
from typing import List, Optional

import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions conmech/scenarios/problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contact Mechanics Problem setups
"""
from abc import ABC
from dataclasses import dataclass, field
from typing import Tuple, Union, Optional, Callable
from dataclasses import dataclass
from typing import Optional, Callable

import numpy as np

Expand Down

0 comments on commit 3c4f709

Please sign in to comment.