Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 6c6ce17

Browse files
authored
minor style fix
1 parent e9a6418 commit 6c6ce17

File tree

1 file changed

+2
-1
lines changed
  • solutions/absa_solution

1 file changed

+2
-1
lines changed

solutions/absa_solution/ui.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import io
1818
import os
1919
import json
20-
from os.path import dirname, join
20+
from os.path import join
2121

2222
import pandas as pd
2323
import numpy as np
@@ -45,6 +45,7 @@
4545
SOLUTION_DIR = join(LIBRARY_PATH, 'solutions/absa_solution/')
4646
POLARITIES = ("POS", "NEG")
4747

48+
4849
# pylint: disable=global-variable-undefined
4950
def serve_absa_ui() -> None:
5051
"""Main function for serving UI application.

0 commit comments

Comments
 (0)