Skip to content

Commit ed3ef60

Browse files
Code style (flake8)
1 parent 2b34236 commit ed3ef60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testgres/cache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ def cached_initdb(data_dir, logfile=None, params=None, os_ops: OsOperations = Lo
3232

3333
def make_utility_path(name):
3434
assert name is not None
35-
assert type(name) == str
35+
assert type(name) == str # noqa: E721
3636

3737
if bin_path:
3838
return os.path.join(bin_path, name)
39-
39+
4040
return get_bin_path2(os_ops, name)
4141

4242
def call_initdb(initdb_dir, log=logfile):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy