Skip to content

Commit b5353e7

Browse files
Remove unnecessary from __future__ import annotations from empty __init__.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4a60964 commit b5353e7

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

pyathena/aio/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
# -*- coding: utf-8 -*-
2-
from __future__ import annotations

pyathena/aio/arrow/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
# -*- coding: utf-8 -*-
2-
from __future__ import annotations

pyathena/aio/pandas/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
# -*- coding: utf-8 -*-
2-
from __future__ import annotations

pyathena/aio/polars/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
# -*- coding: utf-8 -*-
2-
from __future__ import annotations

0 commit comments

Comments
 (0)