mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
remove unused import
This commit is contained in:
parent
b9f5bb3a7b
commit
f175d77d00
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
import re
|
||||
|
||||
def match_aov_pattern(self, app, render_file_name):
|
||||
|
|
@ -9,7 +8,8 @@ def match_aov_pattern(self, app, render_file_name):
|
|||
that we are grabbing the render filename string
|
||||
from the collection that we have grabbed from exp_files.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
if app in self.aov_filter.keys():
|
||||
for aov_pattern in self.aov_filter[app]:
|
||||
if re.match(aov_pattern, render_file_name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue