Skip to content

Commit

Permalink
Remove obsolete imports
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler committed Dec 10, 2024
1 parent 45d6f32 commit 50147d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions klayout_pex/common/capacitance_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

import copy
from dataclasses import dataclass
import os
import tempfile
from typing import *


Expand Down
2 changes: 0 additions & 2 deletions klayout_pex/magic/magic_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
# --------------------------------------------------------------------------------
#
from enum import StrEnum
import re
import time
from typing import *

import os
import subprocess
import unittest

from kpex.log import (
info,
Expand Down
1 change: 0 additions & 1 deletion klayout_pex/util/multiple_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
# --------------------------------------------------------------------------------
#
from __future__ import annotations
from functools import cached_property
from typing import *


Expand Down

0 comments on commit 50147d0

Please sign in to comment.