Skip to content

Commit

Permalink
Remove dummy daft.daft for mypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkzinzow committed Sep 14, 2023
1 parent 53b6dfa commit 71fa0c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions daft/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import annotations

import os
from typing import TYPE_CHECKING

from daft.logging import setup_logger

Expand Down Expand Up @@ -46,11 +45,6 @@ def get_build_type() -> str:

__version__ = get_version()

if TYPE_CHECKING:
# Placeholder for type checking for Rust module
class daft:
pass


###
# Initialize analytics
Expand Down

0 comments on commit 71fa0c8

Please sign in to comment.