Skip to content

Commit

Permalink
Sqlite3 back in
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 28, 2024
1 parent 492ad40 commit e5d780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newshomepages/extract/robotstxt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

from __future__ import annotations

import sqlite3
import time
from pathlib import Path
from urllib.parse import urlparse

import click
import pandas as pd
import sqlean as sqlite3
import sqlite_robotstxt
from rich import print

Expand Down

0 comments on commit e5d780b

Please sign in to comment.