Skip to content

Commit

Permalink
Remove pytype's copy of _ctypes stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen152 committed Apr 17, 2023
1 parent 8c68065 commit 2e2088f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion pytype/pytype_source_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_get_full_path(self):

def test_list_pytype_files(self):
l = list(pytype_source_utils.list_pytype_files(f"stubs{os.path.sep}stdlib"))
self.assertIn("_ctypes.pytd", l)
self.assertIn("_elfzipimport.pytd", l)
self.assertIn(f"collections{os.path.sep}__init__.pytd", l)


Expand Down
1 change: 0 additions & 1 deletion pytype/stubs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ filegroup(
builtins/numpy/__init__.pytd
builtins/protocols.pytd
builtins/typing.pytd
stdlib/_ctypes.pytd
stdlib/collections/__init__.pytd
stdlib/dummy_thread.pytd
stdlib/encodings.pytd
Expand Down
23 changes: 0 additions & 23 deletions pytype/stubs/stdlib/_ctypes.pytd

This file was deleted.

0 comments on commit 2e2088f

Please sign in to comment.