Skip to content

Commit

Permalink
upd imports
Browse files Browse the repository at this point in the history
  • Loading branch information
karolzak committed Sep 7, 2020
1 parent 75a3989 commit 0ef2c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pre_commit_nb/base64_to_image_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
import re
import subprocess
import urllib
import urllib.request
import uuid
from typing import Optional, Sequence
from urllib.parse import urlparse
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pre_commit_nb",
version="0.2.1a",
version="0.2.1a1",
description="Set of git pre-commit hooks for Jupyter Notebooks compatible with https://pre-commit.com/ framework",
long_description=long_description,
long_description_content_type="text/markdown", # This is important!
Expand Down

0 comments on commit 0ef2c1d

Please sign in to comment.