diff options
author | jaseg <git@jaseg.de> | 2022-01-19 01:10:40 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-01-19 01:10:40 +0100 |
commit | 40286fc92fc05ce82cbad4615f497ba389ac9457 (patch) | |
tree | 1fbc6407cf004da1e81344444209651dd586d014 /gerbonara/gerber/graphic_primitives.py | |
parent | 9e86bf6b3e92706c190283af83d71999fee03442 (diff) | |
download | gerbonara-40286fc92fc05ce82cbad4615f497ba389ac9457.tar.gz gerbonara-40286fc92fc05ce82cbad4615f497ba389ac9457.tar.bz2 gerbonara-40286fc92fc05ce82cbad4615f497ba389ac9457.zip |
Remove unnecessary statement class indirection layer
Diffstat (limited to 'gerbonara/gerber/graphic_primitives.py')
-rw-r--r-- | gerbonara/gerber/graphic_primitives.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gerbonara/gerber/graphic_primitives.py b/gerbonara/gerber/graphic_primitives.py index 83b216e..644071c 100644 --- a/gerbonara/gerber/graphic_primitives.py +++ b/gerbonara/gerber/graphic_primitives.py @@ -4,8 +4,6 @@ import itertools from dataclasses import dataclass, KW_ONLY, replace -from .gerber_statements import * - @dataclass class GraphicPrimitive: |