Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Dec 11, 2023
1 parent 97d73cc commit 38adc3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from __future__ import annotations

import json
import re
from datetime import datetime
from typing import Optional
from urllib import request
import re

from setup import settings

Expand Down
1 change: 0 additions & 1 deletion setup_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"""Setup template for Python repositories."""
import os
import pathlib as pl
import re
import shutil

from setup import licenses, settings
Expand Down

0 comments on commit 38adc3c

Please sign in to comment.