Skip to content

Commit 2238dcc

Browse files
committed
[NFC][Py Reformat] Reformat python files in lldb
This is an ongoing series of commits that are reformatting our Python code. Reformatting is done with `black` (23.1.0). If you end up having problems merging this commit because you have made changes to a python file, the best way to handle that is to run `git checkout --ours <yourfile>` and then reformat it with black. RFC: https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style Differential revision: https://reviews.llvm.org/D151460
1 parent daeee56 commit 2238dcc

File tree

1,282 files changed

+53313
-39628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,282 files changed

+53313
-39628
lines changed

Diff for: lldb/docs/_lldb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# This package acts as a mock implementation of the native _lldb module so
66
# that generating the LLDB documentation doesn't actually require building all
77
# of LLDB.
8-
module_name = '_lldb'
8+
module_name = "_lldb"
99
sys.modules[module_name] = Mock()

0 commit comments

Comments
 (0)