Skip to content

Commit

Permalink
Merge pull request #25 from QuantEcon/jupinx-cmd-options
Browse files Browse the repository at this point in the history
FIX: Unnecessary imports
  • Loading branch information
AakashGfude committed Jul 31, 2019
2 parents e412eeb + 5d71bff commit 0562dbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 1 addition & 11 deletions jupinx/cmd/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,16 @@
"""

import argparse
import locale
import os
import re
import subprocess
import sys
import pip
import copy

import time
import warnings
import importlib
from collections import OrderedDict
from os import path
import subprocess
from typing import Dict, List

import locale
import sphinx.locale
from sphinx.locale import __
from jupinx import __display_version__, package_dir
from sphinx.util.osutil import ensuredir
import logging

ADDITIONAL_OPTIONS = [
Expand Down
1 change: 0 additions & 1 deletion jupinx/cmd/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import argparse
import locale
import os
import re
import subprocess
import sys
import pip
Expand Down

0 comments on commit 0562dbf

Please sign in to comment.