Skip to content

Commit

Permalink
#161 API update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Nov 9, 2024
1 parent b759903 commit c38d895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arelight/predict/writer_sqlite3.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging

from arekit.common.utils import progress_bar_defined
from source_iter.service_sqlite import SQLiteProvider
from source_iter.service_sqlite import SQLite3Service

from arelight.predict.writer import BasePredictWriter

Expand All @@ -18,7 +18,7 @@ def __init__(self, table_name, log_out=None):
def write(self, header, contents_it, total=None):

content_header = header[1:]
SQLiteProvider.write_missed(
SQLite3Service.write_missed(
columns=content_header,
target=self._target,
table_name=self.__table_name,
Expand Down

0 comments on commit c38d895

Please sign in to comment.