Skip to content

Commit

Permalink
Forgot the __future__ import
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Dec 8, 2024
1 parent 6334e28 commit d2df665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pydoctor/topsort.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
This module offer a compatibility layer on top of L{graphlib.TopologicalSorter.static_order}.
"""
from __future__ import annotations

import sys
from typing import TypeVar, TYPE_CHECKING

Expand Down

0 comments on commit d2df665

Please sign in to comment.