diff options
author | Bastiaan Olij <mux213@gmail.com> | 2021-08-28 14:50:23 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2021-09-27 23:08:09 +1000 |
commit | dd72ce151a6ee10f8045e233d3ac8bf521d7e5d4 (patch) | |
tree | f7a4a0ba251fa02dbec9c94911f45987d278fc4f | |
parent | 9d4e51011a785490b7009f9e1db743da86627ad9 (diff) | |
download | redot-cpp-dd72ce151a6ee10f8045e233d3ac8bf521d7e5d4.tar.gz |
Remove unused import that breaks on windows
-rw-r--r-- | binding_generator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binding_generator.py b/binding_generator.py index b531037..002243a 100644 --- a/binding_generator.py +++ b/binding_generator.py @@ -1,7 +1,6 @@ #!/usr/bin/env python import json -from os import set_blocking import re import shutil from pathlib import Path |