Skip to content

Commit

Permalink
fix: fix for 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
uburuntu committed Sep 7, 2020
1 parent 2e64ce0 commit d18bba8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api2ch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
__email__ = 'github@rmbk.me'

__license__ = 'MIT'
__version__ = '0.1.0'
__version__ = '1.0.2'
2 changes: 0 additions & 2 deletions api2ch/models/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

from typing import Any, Optional

from pydantic import BaseConfig, BaseModel, Extra
Expand Down

0 comments on commit d18bba8

Please sign in to comment.