Skip to content

Commit

Permalink
refactor: Refactoring of the stubs_generator package (#133)
Browse files Browse the repository at this point in the history
### Summary of Changes
Just a bit of refactoring of the stubs generator package, since all
functions and methods where packed into one long file.

---------

Co-authored-by: megalinter-bot <[email protected]>
  • Loading branch information
Masara and megalinter-bot authored May 4, 2024
1 parent 5f57bae commit 0feb788
Show file tree
Hide file tree
Showing 4 changed files with 1,214 additions and 1,182 deletions.
4 changes: 3 additions & 1 deletion src/safeds_stubgen/stubs_generator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

from __future__ import annotations

from ._generate_stubs import NamingConvention, StubsStringGenerator, create_stub_files, generate_stub_data
from ._generate_stubs import create_stub_files, generate_stub_data
from ._helper import NamingConvention
from ._stub_string_generator import StubsStringGenerator

__all__ = [
"create_stub_files",
Expand Down
Loading

0 comments on commit 0feb788

Please sign in to comment.