Skip to content

Commit bccdaec

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2a22eda commit bccdaec

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

config/wsgi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
framework.
1414
1515
"""
16+
1617
import os
1718
import sys
1819
from pathlib import Path

config_generation/delete_config_folders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- commands
66
- jobs
77
"""
8+
89
import glob
910
import os
1011
import shutil

config_generation/generate_collection_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- filter anything that isn't a webcrawler
55
- provide a variable, turned_on_remaining_webcrawlers for import by other files
66
"""
7+
78
import os
89

910
from db_to_xml import XmlEditor

config_generation/generate_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
sometimes spot fixes need to be run on a list of collections
33
this file provides a quick framework to generate a batch of commands based on an input json
44
"""
5+
56
from db_to_xml_file_based import XmlEditor
67
from generate_jobs import ParallelJobCreator
78

document_classifier/async_scraper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Asynchronously scrapes the HTML content of a given URL using a headless browser."""
2+
23
import asyncio
34
import re
45

document_classifier/encoder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
""" Encoding the url response """
2+
23
import pandas as pd
34

45

document_classifier/load_dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
""" Module for loading dataset """
2+
23
from torch.utils.data import DataLoader, SequentialSampler, TensorDataset
34

45

sde_indexing_helper/users/tests/test_forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Module for all Form Tests.
33
"""
4+
45
from django.utils.translation import gettext_lazy as _
56

67
from sde_indexing_helper.users.forms import UserAdminCreationForm

0 commit comments

Comments
 (0)