mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 19:01:16 +08:00
* Better linting config * Applies isort on django-stubs, only style changes * Fixes black and isort compat
7 lines
159 B
Python
7 lines
159 B
Python
from typing import Any
|
|
|
|
from django.contrib.gis.ptr import CPointerBase as CPointerBase
|
|
|
|
class GDALBase(CPointerBase):
|
|
null_ptr_exception_class: Any = ...
|