Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Apr 7, 2024
1 parent b8ed9e2 commit f2af1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_util/generate_licenses.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import json
import os
import subprocess
import urllib.request
import urllib.error
import urllib.request
from dataclasses import asdict, dataclass
from pathlib import Path
from typing import List, Optional
Expand Down

0 comments on commit f2af1a1

Please sign in to comment.