Skip to content

Commit 4a5e770

Browse files
committed
cleanup
1 parent 323ddb1 commit 4a5e770

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

modlog_wiki_publisher.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
import json
88
import logging
99
import logging.handlers
10-
import re
1110
import sqlite3
1211
import sys
1312
import time
1413
from datetime import datetime, timedelta, timezone
1514
from pathlib import Path
16-
from typing import Dict, List, Optional, Set
15+
from typing import Dict, List, Optional
1716
from urllib.parse import quote
1817

1918
import praw

0 commit comments

Comments
 (0)