Skip to content

Commit

Permalink
Fix typo PythonGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-alfonso committed May 1, 2024
1 parent fc969b3 commit 44cc413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gui/gui_model.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from besser.BUML.metamodel.gui import *
from besser.BUML.metamodel.structural import *
from besser.generators.python_classes import Python_Generator
from besser.generators.python_classes import PythonGenerator
from besser.generators.django import DjangoGenerator
from besser.generators.sql_alchemy import SQLAlchemyGenerator
from besser.generators.sql import SQLGenerator
Expand Down

0 comments on commit 44cc413

Please sign in to comment.