Skip to content

Commit

Permalink
annotations import
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Jun 18, 2024
1 parent ae9d582 commit ffa168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treq/auth.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- test-case-name: treq.test.test_auth -*-
# Copyright 2012-2020 The treq Authors.
# See LICENSE for details.
from __future__ import absolute_import, division, print_function
from __future__ import absolute_import, division, print_function, annotations
import re
import time
import hashlib
Expand Down

0 comments on commit ffa168e

Please sign in to comment.