Skip to content

Commit

Permalink
Fix flake8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Cherkasov committed Jan 31, 2023
1 parent 3ff2aef commit 0bf267e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/code_generation/cpp_variable.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from code_generation.cpp_generator import CppLanguageElement, CppDeclaration, CppImplementation
from textwrap import dedent

__doc__ = """The module encapsulates C++ code generation logics for main C++ language primitives:
classes, methods and functions, variables, enums.
Expand Down

0 comments on commit 0bf267e

Please sign in to comment.