Skip to content

Commit

Permalink
fix: rm unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed May 18, 2023
1 parent caf7cdd commit 952617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stale_repos.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

import os
from datetime import datetime, timezone
from datetime import datetime
from os.path import dirname, join

import github3
Expand Down

0 comments on commit 952617c

Please sign in to comment.