Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahomtes committed Apr 24, 2024
1 parent ccc9aeb commit f9490c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions es_loader.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
import argparse

import re
import os
import yaml
from elasticsearch import Elasticsearch, RequestsHttpConnection
Expand All @@ -15,7 +14,6 @@
from props import Props
from about_page_content_cleaner import AboutPageContentCleaner


logger = get_logger('ESLoader')


Expand Down

0 comments on commit f9490c1

Please sign in to comment.