Skip to content

Commit

Permalink
Add missing "json" import.
Browse files Browse the repository at this point in the history
  • Loading branch information
r3c committed Nov 22, 2021
1 parent d84994d commit a4d23fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions creep/creep.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3

import argparse
import json
import logging
import os
import sys
Expand Down

0 comments on commit a4d23fb

Please sign in to comment.