Skip to content

Commit

Permalink
Add blank line at the beginning of __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc committed Feb 26, 2024
1 parent 17b4c0d commit b4cedf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysubyt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.. moduleauthor:: Marc Portier <[email protected]>
"""

from pysubyt.api import Generator, Settings, Sink, Source
from pysubyt.j2.generator import JinjaBasedGenerator
from pysubyt.sinks import SinkFactory
Expand Down

1 comment on commit b4cedf9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pycoverage

Name Stmts Miss Cover Missing
pysubyt/api.py 122 1 99.18% 146
pysubyt/j2/generator.py 17 0 100.0%
pysubyt/sinks.py 56 8 85.71% 15 25 35 38 41 44 55 75
pysubyt/sources.py 191 23 87.96% 25 69-76 91-92 129 163 223 228-229 255 266 269-270 298 305
TOTAL 386 32 91.71%

Please sign in to comment.