Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Nov 29, 2021
1 parent 355dd1b commit 4349862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion academic/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import argparse
import logging
import os
import subprocess
import sys
import os
from argparse import RawTextHelpFormatter

from academic import __version__ as version
Expand Down

0 comments on commit 4349862

Please sign in to comment.