Skip to content

Commit

Permalink
Pylint error - unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhelle committed Jul 23, 2024
1 parent 6655682 commit 0d92ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msticnb/nb/azsent/url/url_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""Notebooklet for URL Summary."""
from collections import Counter
from os.path import exists
from typing import Any, Dict, Iterable, List, Optional, Tuple, cast
from typing import Any, Dict, Iterable, List, Optional

import dns.resolver
import numpy as np
Expand Down

0 comments on commit 0d92ea4

Please sign in to comment.