Fix duplicate imports

This commit is contained in:
Arjan Molenaar 2021-10-03 17:12:59 +02:00
parent 71bfe63285
commit 5eb9f1b34a
No known key found for this signature in database
GPG Key ID: BF977B918996CB13
3 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ from gaphor.diagram.presentation import (
)
from gaphor.diagram.shapes import Box, Text, draw_border
from gaphor.diagram.support import represents
from gaphor.i18n import gettext
from gaphor.SysML import sysml
from gaphor.UML.classes.klass import (
attribute_watches,

View File

@ -11,7 +11,6 @@ from gaphor.diagram.presentation import (
)
from gaphor.diagram.shapes import Box, Text, draw_border, draw_top_separator
from gaphor.diagram.support import represents
from gaphor.i18n import gettext
from gaphor.UML.classes.klass import (
attribute_watches,
attributes_compartment,

View File

@ -86,7 +86,6 @@ from gaphor.diagram.presentation import (
)
from gaphor.diagram.shapes import Box, IconBox, Text, draw_border, stroke
from gaphor.diagram.support import represents
from gaphor.i18n import gettext
from gaphor.UML.classes.klass import (
attribute_watches,
attributes_compartment,