Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I committed Apr 19, 2024
1 parent 6c1a1ac commit d20659f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 30 deletions.
5 changes: 0 additions & 5 deletions CveXplore/common/data_source_connection.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""
Data source connection
======================
"""

import json
import os

Expand Down
5 changes: 0 additions & 5 deletions CveXplore/core/database_maintenance/content_handlers.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""
XML Content Handlers
====================
"""

from collections import defaultdict
from xml.sax.handler import ContentHandler

Expand Down
5 changes: 0 additions & 5 deletions CveXplore/core/database_maintenance/sources_process.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""
Source processing classes
=========================
"""

import datetime
import glob
import hashlib
Expand Down
5 changes: 0 additions & 5 deletions CveXplore/database/connection/mongodb/mongo_db.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""
Mongo DB connection
===================
"""

import atexit

from pymongo import MongoClient
Expand Down
5 changes: 0 additions & 5 deletions CveXplore/database/helpers/generic_db.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""
Generic database functions
==========================
"""

import re
from functools import reduce
from typing import Union, Iterable
Expand Down
5 changes: 0 additions & 5 deletions CveXplore/database/helpers/specific_db.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""
Specific database functions
===========================
"""

import re
from functools import reduce
from typing import List
Expand Down

0 comments on commit d20659f

Please sign in to comment.