Skip to content

Commit be7da14

Browse files
committed
🎨 format missing files
1 parent 93efa02 commit be7da14

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
project = "vuegen"
1919
copyright = "2024, Multiomics-Analytics-Group"
20-
author = "Multiomics-Analytics-Group, Sebastián Ayala Ruano, Henry Webel, Alberto Santos"
20+
author = (
21+
"Multiomics-Analytics-Group, Sebastián Ayala Ruano, Henry Webel, Alberto Santos"
22+
)
2123
PACKAGE_VERSION = metadata.version("vuegen")
2224
version = PACKAGE_VERSION
2325
release = PACKAGE_VERSION

src/vuegen/report_generator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
from .quarto_reportview import QuartoReportView
55
from .report import ReportType
66
from .streamlit_reportview import StreamlitReportView
7-
from .utils import (assert_enum_value, get_logger, load_yaml_config,
8-
write_yaml_config)
7+
from .utils import assert_enum_value, get_logger, load_yaml_config, write_yaml_config
98

109

1110
def get_report(

tests/test_module_imports.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
def test_imports():
32
import vuegen
43
import vuegen.__main__
@@ -9,4 +8,3 @@ def test_imports():
98
import vuegen.utils
109

1110
assert vuegen.__version__
12-

0 commit comments

Comments
 (0)