Skip to content

Commit

Permalink
updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Mar 10, 2022
1 parent 27a7270 commit 7ed9237
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"""
import requests

tags = html_styles

# download file
page = requests.get("https://raw.githubusercontent.com/marionebl/html-styles/master/index.json")
data = page.json()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "html-styles"
version = "0.1.1"
version = "0.1.2"
description = "List of HTML tag default styles."
authors = ["Christopher Pickering <[email protected]>"]
license="GPL-3.0-or-later"
Expand Down

0 comments on commit 7ed9237

Please sign in to comment.