Skip to content

Commit

Permalink
Remove unused import android_native_downloads.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherGammaWau committed Dec 1, 2024
1 parent ad2e8bc commit ca65e82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plaso/parsers/sqlite_plugins/android_native_downloads.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
"""SQLite parser plugin for Android Native Downloads (DownloadManager API) database files."""
import re

from dfdatetime import java_time as dfdatetime_java_time

from plaso.containers import events
from plaso.parsers import sqlite
from plaso.parsers.sqlite_plugins import interface
Expand Down

0 comments on commit ca65e82

Please sign in to comment.