remove secrets

This commit is contained in:
2025-06-09 20:34:52 +02:00
parent b38af8dee5
commit f241db6b1b
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ refs
NONE
data/
log_importer
secrets.py

View File

@@ -1,7 +1,6 @@
#!/usr/bin/env python3
import argparse
import csv
import secrets
import sys
import json
import logging