We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355dd1b commit 4349862Copy full SHA for 4349862
academic/cli.py
@@ -2,9 +2,9 @@
2
3
import argparse
4
import logging
5
+import os
6
import subprocess
7
import sys
-import os
8
from argparse import RawTextHelpFormatter
9
10
from academic import __version__ as version
0 commit comments