Skip to content

Commit bf6cf88

Browse files
committed
Remove unnecessary future import
1 parent 7ec4204 commit bf6cf88

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/nav/ipdevpoll/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#
1818
"""Utility functions for ipdevpoll."""
1919

20-
from __future__ import annotations
21-
2220
import logging
2321
import re
2422
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)