Skip to content

Commit

Permalink
Import future annotations for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed May 13, 2024
1 parent a6439cb commit 323328b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_chrome.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""test_pycookiecheat.py :: Tests for pycookiecheat module."""

from __future__ import annotations

import os
import sys
import time
Expand Down
2 changes: 2 additions & 0 deletions tests/test_firefox.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for Firefox cookies & helper functions."""

from __future__ import annotations

import re
import typing as t
from datetime import datetime, timedelta
Expand Down

0 comments on commit 323328b

Please sign in to comment.