Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 22, 2024
1 parent b9f3869 commit 325a8d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rst/linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import operator
import os
import re
from collections.abc import Mapping
from importlib import metadata

from jaraco import vcs
Expand Down Expand Up @@ -116,7 +117,7 @@ def load(filename):
return defn

@classmethod
def from_definition(cls, defn, names={}):
def from_definition(cls, defn, names: Mapping = {}):
"""
A definition may contain the following members:
Expand Down

0 comments on commit 325a8d2

Please sign in to comment.